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. |
public sealed class ChartCategory : TypesafeEnum |
Public NotInheritable Class ChartCategory Inherits TypesafeEnum |
Name |
Description |
---|---|
Area |
Area chart |
Bar |
Bar chart |
Bubble |
Bubble chart |
Column |
Column chart |
Custom |
Custom chart |
Doughnut |
Doughnut chart |
Line |
Line chart |
Pie |
Pie chart |
Radar |
Radar chart |
Scatter |
Scatter chart |
Surface |
Surface chart |