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.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.datalabels.enums Contains all enumerations to configure theDataLabelsPlugin.ID
plugin. -
-
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 Align
DataLabelsOptions. DEFAULT_ALIGN
Default 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 Align
LabelItem. 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.void
LabelItem. 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 Align
Align. 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.
-