[]
Specifies the subtype of the chart. Different subtypes are available for each chart type.
public enum ChartSubtype
| Name | Description |
|---|---|
| Candlestick | Used with Stock chart types. |
| Exploded | Used with Pie and Doughnut chart types. |
| HighLowClose | Used with Stock chart types. |
| Line | Used with Scatter chart types. |
| OpenHighLowClose | Used with Stock chart types. |
| PercentStacked | Used with Column, Bar, and Area chart types. |
| Plain | Used with Column, Bar, Line, Pie, Scatter, Bubble, Area, and Doughnut chart types. |
| Smooth | Used with Line chart types. |
| SmoothLine | Used with Scatter chart types. |
| Stacked | Used with Column, Bar, and Area chart types. |