| Package | Description | 
|---|---|
| org.pepstock.charba.client.labels | 
 Contains all classes to use  
LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JS | 
| org.pepstock.charba.client.labels.enums | 
 Contains all enumerations to configure the  
LabelsPlugin.ID plugin. | 
| Modifier and Type | Field and Description | 
|---|---|
static Position | 
Label.DEFAULT_POSITION
Default position to draw label,  
DEFAULT. | 
| Modifier and Type | Method and Description | 
|---|---|
Position | 
Label.getPosition()
Returns the position to draw label. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LabelBuilder | 
LabelBuilder.setPosition(Position position)
+ Sets the position to draw label. 
 | 
void | 
Label.setPosition(Position position)
+ Sets the position to draw label. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Position | 
Position.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Position[] | 
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |