[]
Use the members of this enumeration to set the value of the ChartType property in the ChartGroup class.
public enum Chart2DTypeEnum
| Name | Description |
|---|---|
| Area | Area chart type. |
| Bar | Bar chart type. |
| Bubble | /// Bubble chart type. |
| Candle | Candle chart type. |
| Gantt | Gantt chart type. |
| HiLo | HiLo chart type. |
| HiLoOpenClose | HiLoOpenClose chart type. |
| Histogram | Histogram chart type. |
| Pie | Pie chart type. |
| Polar | Polar chart type. |
| Radar | Radar chart type. |
| Step | Step chart type. |
| XYPlot | Plot chart type. |