| Package | Description | 
|---|---|
| org.pepstock.charba.client.datalabels | 
 Contains all classes to activate the  
DataLabelsPlugin.ID plugin (AKA
 chartjs-plugin-datalabels.js ) for CHART.js. | 
| Modifier and Type | Method and Description | 
|---|---|
DataLabelsOptions | 
DataLabelsOptionsBuilder.build()
Returns a configured labels options. 
 | 
DataLabelsOptions | 
DataLabelsOptionsFactory.create(NativeObject nativeObject,
      IsDefaultPlugins defaultValues)  | 
DataLabelsOptions | 
Labels.getLabel(Key key)
Returns the stored options for specific key. 
 | 
DataLabelsOptions | 
Labels.getLabel(String key)
Returns the stored options for specific key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Labels.setLabel(Key key,
        DataLabelsOptions options)
Sets new data labels options with a specific key. 
 | 
void | 
Labels.setLabel(String key,
        DataLabelsOptions options)
Sets new data labels options with a specific key. 
 |