| AreaChart | AreaChart - Plots the area between the line that connects the data points and the 0 line on the Y axis. |
| AreaChart.Data | Data item for Area Chart |
| AreaChart.Series | Data series for Area Chart |
| BarChart | A chart that plots bars indicating data values for a category |
| BarChart.Data | Data item for Bar Chart |
| BarChart.Series | Data series for Bar Chart |
| BarChart3D | BarChart3D - A chart that plots 3D effect bars indicating data values for a category. |
| BubbleChart | BubbleChart - A chart that plots bubbles for data points in a series |
| BubbleChart.Data | Data item for Bubble Chart |
| BubbleChart.Series | Data series for Bubble Chart |
| Chart | Base class for all charts, it is responsible for drawing the background, frame, title and legend. |
| LineChart | Chart type that plots line between the data points in a series. |
| LineChart.Data | Data item for Line Chart |
| LineChart.Series | Data series for Line Chart |
| PieChart | A chart in the shape of a circle, with segments representing related proportions |
| PieChart.Data | Pie Chart Data Item |
| PieChart3D | Extended PieChart which adds a 3D look to the Pie |
| ScatterChart | Chart type that plots symbols for the data points in a series. |
| ScatterChart.Data | Data item for Scatter Chart |
| ScatterChart.Series | Data series for Scatter Chart |
| XYChart | Chart base class for all 2 axis charts |