| Package | Description | 
|---|---|
| org.pepstock.charba.client.datalabels | Contains all classes to activate the  DataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js. | 
| org.pepstock.charba.client.datalabels.enums | Contains all enumerations to configure the  DataLabelsPlugin.IDplugin. | 
| Modifier and Type | Field and Description | 
|---|---|
| static TextAlign | DataLabelsOptions. DEFAULT_TEXT_ALIGNDefault text alignment being used when drawing the label text,  START. | 
| Modifier and Type | Method and Description | 
|---|---|
| TextAlign | DataLabelsOptions. getTextAlign()Returns the text alignment being used when drawing the label text. | 
| Modifier and Type | Method and Description | 
|---|---|
| DataLabelsOptionsBuilder | DataLabelsOptionsBuilder. setTextAlign(TextAlign textAlign)Sets the text alignment being used when drawing the label text. | 
| void | DataLabelsOptions. setTextAlign(TextAlign textAlign)Sets the text alignment being used when drawing the label text. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TextAlign | TextAlign. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TextAlign[] | TextAlign. values()Returns an array containing the constants of this enum type, in
the order they are declared. |