[]
Specifies the chart subtypes.
public enum ChartSubtype
| Name | Description |
|---|---|
| Candlestick | The candle stick chart subtype. |
| Exploded | The exploded chart subtype. |
| HighLowClose | The high low close chart subtype. |
| Line | The line chart subtype. |
| OpenHighLowClose | The open high low close chart subtype. |
| PercentStacked | The percent stacked chart subtype. |
| Plain | The plain chart subtype. |
| Smooth | The smooth chart subtype. |
| SmoothLine | The smooth line chart subtype. |
| Stacked | The stacked chart subtype. |