LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JSSee: Description
| Interface | Description | 
|---|---|
| LabelId | 
 Represents the label id of a label configuration object in the  
LabelsPlugin.ID plugin. | 
| Class | Description | 
|---|---|
| Font | 
 Base object to map font options for  
LabelsPlugin.ID plugin configuration. | 
| Label | 
 This is the object to map the  
LabelsPlugin.ID plugin options, both at chart and global level. | 
| LabelBuilder | 
 Comfortable object to create  
LabelsPlugin.ID plugin LABEL options by a builder. | 
| LabelsContext | 
 This object is wrapping the native java script object provided by  
LabelsPlugin.ID plugin when the callback function is called. | 
| LabelsEnvelop<T> | 
 This object is a container of hidden object to pass to other packages. 
It can not be instantiated in order that public methods can be invoked in safe mode.  | 
| LabelsOptions | 
 This is the object to map the  
LabelsPlugin.ID plugin options, both at chart and global level. | 
| LabelsOptionsBuilder | 
 Comfortable object to create  
LabelsPlugin.ID plugin options by a builder. | 
| LabelsOptionsFactory | 
 Factory to get the options (form chart or from default global ones) related to  
LabelsPlugin.ID plugin. | 
| LabelsPlugin | 
 Entry point of LABELS plugin with some static utilities to enable it and to get and set options. 
 | 
| LabelsPluginResource | 
 Contains the content of  
chartjs-plugin-labels.min.js to inject. | 
LabelsPlugin.ID plugin (AKA chartjs-plugin-labels.js) available for CHART.JS