Classes
 ClassDescription
 AreaChart The AreaChart control represents data as an area bounded by a line connecting the values in the data.
 AxisLabel An AxisLabel object represents a single label on the chart axis.
 AxisRenderer You use the AxisRenderer class to describe the horizontal and vertical axes of a chart.
 BarChart The BarChart control represents data as a series of horizontal bars whose length is determined by values in the data.
 BubbleChart The BubbleChart control represents data with three values for each data point.
 CandlestickChart The CandlestickChart control represents financial data as a series of candlesticks representing the high, low, opening, and closing values of a data series.
 CategoryAxis The CategoryAxis class lets charts represent data grouped by a set of discrete values along an axis.
 ChartItem A ChartItem represents a single item in a ChartSeries.
 ColumnChart The ColumnChart control represents data as a series of vertical columns whose height is determined by values in the data.
 DateTimeAxis The DateTimeAxis class maps time values evenly between a minimum and maximum value along a chart axis.
 GridLines The GridLines class draws grid lines inside the data area of the chart.
 HitData The HitData class represents information about the data item at a specific location on the screen.
 HLOCChart The HLOCChart (High Low Open Close) control represents financial data as a series of elements representing the high, low, closing, and optionally opening values of a data series.
 Legend The Legend control adds a legend to your charts, where the legend displays the label for each data series in the chart and a key showing the chart element for the series.
 LegendItem Controls the individual legend elements in a chart legend.
 LinearAxis The LinearAxis class maps numeric values evenly between a minimum and maximum value along a chart axis.
 LineChart The LineChart control represents a data series as points connected by a continuous line.
 LogAxis The LogAxis class maps numeric values logarithmically between a minimum and maximum value along a chart axis.
 PieChart The PieChart control represents a data series as a standard pie chart.
 PlotChart The PlotChart control represents data with two values for each data point.