Interfaces
 InterfaceDescription
 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.
Classes
 ClassDescription
 CartesianChart This class provides the basis for standard X-Y plots and anything the requires a two-dimensional function graph.
 ChartBase The ChartBase class contains all of the properties common to most charts.
 PolarChart This class provides the basis for circular, or polar, charts.