| ChartBackgroundColorOptions |  | 
| ChartBackgroundColorOptionsBuilder |  | 
| ChartBackgroundColorOptionsFactory |  | 
| ChartPointer | This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined. | 
| ChartPointerOptions | Configuration options of  ChartPointer.ID plugin. 
 It manages the cursor to adopt when the cursor is over the dataset item and when not. | 
| ChartPointerOptionsBuilder |  | 
| ChartPointerOptionsFactory | Factory to get the options (form chart or from default global ones) related to  ChartPointer.ID plugin. | 
| ColorScheme | This interface defines what a color scheme must have in terms of methods.A color scheme must have:
 name is the name of color scheme
 category is the category of color scheme.
 | 
| ColorSchemes | Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.It enables to pick the color combination for charts from the predefined or custom color schemes.
 | 
| ColorSchemesOptions | This is the object to map the  ColorSchemes.ID plugin options, both at chart and global level. | 
| ColorSchemesOptionsBuilder |  | 
| ColorSchemesOptionsFactory | Factory to get the options (form chart or from default global ones) related to  ColorSchemes.ID plugin. | 
| Crosshair | This plugin is drawing horizontal and vertical crosshair on the chart. | 
| CrosshairLabel | Crosshair.ID plugin configuration element in order to have in the chart the label on the axes where the mouse is positioned. | 
| CrosshairLabels | Utility provided to the user in order to set the same values to all labels, X and Y. | 
| CrosshairLabelsFont | Utility provided to the user in order to set the same values to all font labels, X and Y. | 
| CrosshairOptions | Configuration options of  Crosshair.ID plugin. 
 It manages the drawing the horizontal and vertical crosshair on the chart. | 
| CrosshairOptionsBuilder | Comfortable object to create  Crosshair.ID plugin options by a builder. | 
| CrosshairOptionsFactory | Factory to get the options (form chart or from default global ones) related to  Crosshair.ID plugin. | 
| DatasetsItemsSelector | Enables the datasets items selection directly in the canvas.It works only for line and bar chart instances and if ZoomPlugin is disable.
 It will add mouser listeners to canvas.
 Tooltips will be disable to avoid events conflicts.
 Overrides also the events which can be caught (only click and touchstart).
 It activates also the legend click handler to avoid that all datasets will be hidden.
 | 
| DatasetsItemsSelectorOptions | Configuration options of  DatasetsItemsSelector.ID plugin. 
 It is managing: 
 
 the X axis ID
 the selection color
 the border color
 the border width
 the border dash
 the border dash offset
 flag to fire event on update
 flag to activate clean selection by  KeyboardUiKey.ESCAPE
 "clear" options
  | 
| DatasetsItemsSelectorOptionsBuilder |  | 
| DatasetsItemsSelectorOptionsFactory |  | 
| HtmlLegend | This plugin implements a HTML legend in order to give more flexibility to who needs to customize the legend. | 
| HtmlLegendOptions | Configuration options of  HtmlLegend.ID plugin. 
 This is mapping the configuration both default global and per chart instance. | 
| HtmlLegendOptionsBuilder | Comfortable object to create  HtmlLegend.ID plugin options by a builder. | 
| HtmlLegendOptionsFactory | Factory to get the options (form chart or from default global ones) related to  HtmlLegend.ID plugin. | 
| SelectionCleaner | DatasetsItemsSelector.ID plugin configuration element in order to have in the chart a clickable element to clear the selection. |