Interfaces
 InterfaceDescription
 IAxis A renderer for an axis on a chart.
 ICategoryChart A type of chart that displays its data in categories.
 IDataTipRenderer A renderer for a mouse-over datatip on a chart.
 IPlotArea An interface for a chart with a drawing area.
Classes
 ClassDescription
 Axis Functionality common to most axes.
 AxisOrientation Orientation values available to IAxis objects.
 BarChart A chart that displays its data points with horizontal bars.
 CartesianChart A chart based on the cartesian coordinate system (x, y).
 CategoryAxis An axis type representing a range of categories.
 Chart Functionality common to most charts.
 ColumnChart A chart that displays its data points with vertical columns.
 DataTipRenderer The default renderer for mouse-over data tips.
 LineChart A chart that displays its data points with connected line segments.
 NumericAxis An axis type representing a numeric range.
 PieChart A chart that displays its data points with pie-like wedges.
 ScaleType Scale types available to IAxis objects.
 TickPosition Position values available to axis ticks.
 TimeAxis An axis type representing a date and time range.