| IAnnotationLabelStyle | Sets the style for the annotation's label. |
| IAnnotationStyle | A style that can be applied to an annotation. |
| IAnnotationStyles | Named styles that can be applied to annotations. |
| IAxisConfig | Configures an axis of the chart. |
| IAxisLabelConfig | Defines the configuration of an axis label. |
| IAxisMap | Maps the columns in a dataframe to axis in the chart. |
| IAxisSeriesConfig | Relates a single axis to data series. |
| IAxisTicksConfiguration | Configuration for axis tick marks. |
| IChartDef | A chart definition that is suitable for serialization to JSON and transfer to the browser via REST API. Can be used to instantiate a chart in the browser. |
| IChartTitle | Sets the title for the chart. |
| IDataLabels | Configure labels that are applied to each data point. |
| IFontConfig | Configures the font for a label. |
| ILegendConfig | Configures the legend of the chart. |
| IPadding | Sets padding. |
| IPlotConfig | Defines the chart. |
| ISeriesConfig | Configuration for a data series. |
| ISeriesConfigMap | Lookup table for configuration of named data series. Add an enty for each series you want to configure. |
| ISeriesLabelConfig | Configures the label for a series. |
| IXAxisConfig | Configures the X axis of the chart. |
| IYAxisConfig | Configures a Y axis of the chart. |
| IYAxisSeriesConfig | Relates a single Y axis to data series. |