| Class | Description |
---|
| AreaChart |
The LineChart control represents a data series
as points connected by a continuous line. |
| BarChart |
The BarChart control represents data as a series of horizontal bars
whose length is determined by values in the data. |
| BubbleChart | |
| CandlestickChart |
The CandlestickChart control represents financial data
as a series of candlesticks representing the high, low,
opening, and closing values of a data series. |
| CartesianChart |
The CartesianChart class is a base class for the common chart types. |
| ColumnChart |
The ColumnChart control represents data as a series of vertical columns
whose height is determined by values in the data. |
| FunnelChart |
A Tiny pyramid chart. |
| 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. |
| LineChart |
The LineChart control represents a data series
as points connected by a continuous line. |
| PieChart |
A Regular pie chart. |
| PlotChart |
The PlotChart control represents data with two values for each data point. |
| PyramidChart |
A Tiny pyramid chart. |