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:
C#
vb.net
Properties
Name |
Description |
|---|---|
| Returns the ChartType's chart category (Column, Pie, Line, Radar, Bar, Surface, Area, Scatter, Doughnut, Bubble, or Custom). | |
| Returns whether the chart type is three-dimensional or not. | |
| Returns the name of the chart type as a string. |
Nested Classes
Name |
Description |
|---|---|
| Enumerations for area chart types | |
| Enumerations for bar chart types | |
| Enumerations for Bubble chart types | |
| 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. | |
| Enumerations for Column chart types | |
| Enumerations for Customer chart types | |
| Enumerations for doughnut chart types | |
| Enumerations for line chart types | |
| Enumerations for pie chart types | |
| Enumerations for radar chart types | |
| Enumerations for scatter chart types | |
| Enumerations for surface chart types |
