| | Class | Description |
|---|
| | AreaSeries |
Extends line series, and sets useRollover to false, since there is no bar to rollover. |
| | BarSeries |
Defines a data series for a BarChart control. |
| | BubbleSeries |
Defines a data series for a BubbleChart control. |
| | CandleStickSeries |
Represents financial data as a series of candlesticks representing the high, low, opening, and closing values of a data series. |
| | CartesianSeries | |
| | ChartItem |
A ChartItem represents a single item in a ChartSeries. |
| | ColumnSeries |
Defines a data series for a ColumnChart control. |
| | DividedSeries |
A base class for pie, pyramid and funnel series
|
| | FunnelSeries | |
| | HitData |
The HitData class represents information about the data item
at a specific location on the screen. |
| | HLOCSeries |
Represents financial data as a series of elements
representing the high, low, closing, and, optionally, opening values
of a data series. |
| | LineSeries |
Defines a data series for a LineChart control. |
| | PieSeries | |
| | PlotPoint | |
| | PlotSeries |
Defines a data series for a PlotChart control
|
| | PyramidSeries | |
| | Series |
The Series class is the base class for the classes
that let you specify a data series for a chart control. |