| | Interface | Description |
|---|
| | IAxisBead | |
| | IAxisGroup |
The IAxisGroup defines the interface for classes that provide drawing
space for chart axis objects, such as tick marks and lines. |
| | ICartesianChartLayout |
This interface is implemented by any Cartesian-style chart layout
bead. |
| | IChart |
The IChart interface is the basic interface for every chart component. |
| | IChartDataGroup |
The IChartDataGroup is the interface for the parent element of
chart itemRenderers. |
| | IChartDataModel |
The IChartDataModel provides extensions to the standard ISelectionModel to
include the series selected (or rolled over). |
| | IChartItemRenderer |
The IChartItemRenderer interface is the interface implemented by any
class that draws chart graphics. |
| | IChartSeries |
The IChartSeries interface is the basic interface for any type of
chart data series. |
| | IConnectedItemRenderer |
The IConnectedItemRenderer interface is the interface used to connect
data points on a chart. |
| | IHorizontalAxisBead |
The IHorizontalAxisBead interface is a marker for any class that draws a
horizontal axis. |
| | IVerticalAxisBead |
The IHorizontalAxisBead interface is a marker for any class that draws a
verical axis. |