| Package | Description | 
|---|---|
| org.pepstock.charba.client.datalabels | 
 Contains all classes to activate the  
DataLabelsPlugin.ID plugin (AKA chartjs-plugin-datalabels.js ) for CHART.js. | 
| org.pepstock.charba.client.datalabels.enums | 
 Contains all enumerations to configure the  
DataLabelsPlugin.ID plugin. | 
| Modifier and Type | Field and Description | 
|---|---|
static Align | 
DataLabelsOptions.DEFAULT_ALIGN
Default position of the label relative to the anchor point position and orientation,  
CENTER. | 
| Modifier and Type | Method and Description | 
|---|---|
Align | 
LabelItem.getAlign()
Returns the position of the label relative to the anchor point position and orientation. 
 | 
| Modifier and Type | Method and 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. 
 | 
| 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. 
 |