| | Class | Description |
|---|
| | BarChart |
The BarChart class draws a multi-series graph of data using vertical
columns. |
| | ColumnChart |
The ColumnChart displays a histogram chart where each series in
in the chart is a vertical column placed side by side. |
| | LineChart |
The LineChart displays a series of line graphs with optional
graphics at each vertex. |
| | PieChart |
The PieChart displays data as a percentage of pie. |
| | StackedBarChart |
The StackedBarChart displays a histogram chart where each series in
the chart is stack next to each other. |
| | StackedColumnChart |
The StackedColumnChart displays a histogram chart where each series in
the chart is stack on top of each other. |