Interfaces
 InterfaceDescription
 ICategoryChart A type of chart that displays its data in categories.
 IChart Methods and properties expected to be defined by all charts.
 IDataTipRenderer A renderer for a mouse-over datatip on a chart.
Classes
 ClassDescription
 BarChart A chart that displays its data points with horizontal bars.
 CartesianChart A chart based on the cartesian coordinate system (x, y).
 Chart Functionality common to most charts.
 ChartUtil Utility functions used throughout the charting framework.
 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.
 PieChart A chart that displays its data points with pie-like wedges.
 StackedBarChart A chart that displays its data points with horizontal bars that are stacked horizontally.
 StackedColumnChart A chart that displays its data points with vertical columns that are stacked vertically.