Uses of Class
org.pepstock.charba.client.datalabels.enums.Align
-
Packages that use Align Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.datalabels.enums Contains all enumerations to configure theDataLabelsPlugin.IDplugin. -
-
Uses of Align in org.pepstock.charba.client.datalabels
Fields in org.pepstock.charba.client.datalabels declared as Align Modifier and Type Field Description static AlignDataLabelsOptions. DEFAULT_ALIGNDefault position of the label relative to the anchor point position and orientation,CENTER.Methods in org.pepstock.charba.client.datalabels that return Align Modifier and Type Method Description AlignLabelItem. getAlign()Returns the position of the label relative to the anchor point position and orientation.Methods in org.pepstock.charba.client.datalabels with parameters of type Align Modifier and Type Method Description AbstractBuilder<T>AbstractBuilder. setAlign(Align align)Sets the position of the label relative to the anchor point position and orientation.voidLabelItem. setAlign(Align align)Sets the position of the label relative to the anchor point position and orientation. -
Uses of Align in org.pepstock.charba.client.datalabels.enums
Methods in org.pepstock.charba.client.datalabels.enums that return Align Modifier and Type Method Description static AlignAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static Align[]Align. values()Returns an array containing the constants of this enum type, in the order they are declared.
-