| Package | Description | 
|---|---|
| org.pepstock.charba.client.datalabels | Contains all classes to activate the DATALABELS plugin (AKA  chartjs-plugin-datalabels.js) for CHART.js. | 
| org.pepstock.charba.client.datalabels.callbacks | Contains the DATALABELS plugin callback interfaces to configure the plugin itself. | 
| org.pepstock.charba.client.datalabels.enums | Contains all enumerations to configure the DATALABELS plugin. | 
| Modifier and Type | Method and Description | 
|---|---|
| Align | DataLabelsOptions. getAlign()Returns the position of the label relative to the anchor point position and orientation. | 
| Modifier and Type | Method and Description | 
|---|---|
| DataLabelsOptionsBuilder | DataLabelsOptionsBuilder. setAlign(Align align)Sets the position of the label relative to the anchor point position and orientation. | 
| void | DataLabelsOptions. setAlign(Align align)Sets the position of the label relative to the anchor point position and orientation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Align | AlignCallback. align(AbstractChart<?,?> chart,
     Context context)Returns the  alignproperty at runtime, using the chart instance and the plugin context. | 
| Modifier and Type | Method and 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. |