Description
The ChartType class contains all available chart types. When setting a chart type, always specify both the major type and the sub-type, for example:
Signature: C#
Signature: VB.NET
Properties
| Name | Description |
|---|---|
| Category | Returns the ChartType's chart category (Column, Pie, Line, Radar, Bar, Surface, Area, Scatter, Doughnut, Bubble, or Custom). |
| Is3D | Returns whether the chart type is three-dimensional or not. |
| Name | Returns the name of the chart type as a string. |
Nested Classes
| Name | Description |
|---|---|
| Area | Enumerations for area chart types |
| Bar | Enumerations for bar chart types |
| Bubble | Enumerations for Bubble chart types |
| ChartCategory | A ChartCategory specifies a chart type's category. For example, column is a chart category, while clustered column and stacked column are chart types in the column category. |
| Column | Enumerations for Column chart types |
| Custom | Enumerations for Customer chart types |
| Doughnut | Enumerations for doughnut chart types |
| Line | Enumerations for line chart types |
| Pie | Enumerations for pie chart types |
| Radar | Enumerations for radar chart types |
| Scatter | Enumerations for scatter chart types |
| Surface | Enumerations for surface chart types |