[]
Specifies constants that define the chart type.
public enum PivotChartType
| Name | Description |
|---|---|
| Area | Shows line chart with the area below the line filled with color. |
| Bar | Shows horizontal bars. |
| Column | Shows vertical bars and allows you to compare values of items across categories. |
| Line | Shows trends over a period of time or across categories. |
| Pie | Shows pie chart. |
| Scatter | Shows patterns within the data using X and Y coordinates. |