Defines chart types supported by Aspose.Chart.
Remarks
To specify a chart type, set the Series.ChartType property.
All of the chart types require data points with one Y value, unless specified otherwise.
Members
| Member Name | Description | Value |
| Area | Area chart. | 0 |
| Bar | Bar chart. | 1 |
| Bubble |
Bubble chart.
Data points on this chart use two Y values. The first Y value is the position of the bubble along the Y axis; the second Y value is the diameter of the bubble in pixels.
| 2 |
| Contour |
Contour chart.
The number of Y values is variable, but must be the same for all data points in a series. The Y values form the contour "heights" like on a topographic map.
| 3 |
| Candlestick |
Candlestick chart.
Data points on this chart use four 4 values: Open, High, Low, Close in that order.
| 4 |
| Cube | Cube chart. | 5 |
| Curve | Curve chart. | 6 |
| CurveArea | Curve Area chart. | 7 |
| Doughnut | Doughnut chart. | 8 |
| Gantt |
Gantt chart.
Data points on this chart use 2 values: the first value is the start of the bar and the second value is the end of the bar along the Y axis.
| 9 |
| HighLowClose |
High Low Close chart.
Data points on this chart use four 4 values: Open, High, Low, Close in that order.
| 10 |
| Line | Line chart. | 11 |
| OpenHighLowClose |
Open High Low Close chart.
Data points on this chart use four 4 values: Open, High, Low, Close in that order.
| 12 |
| Pareto | Pareto chart. | 13 |
| Pie | Pie chart. | 14 |
| Pyramid | Pyramid chart. | 15 |
| Point | Point chart. | 16 |
| Radar | Radar chart. | 17 |
| Scatter | Scatter chart. | 18 |
| Step | Step chart. | 19 |
| Surface |
Surface chart.
The number of Y values is variable, but must be the same for all data points in a series. The Y values form the surface heights like on a topographic map.
| 20 |
Requirements
Namespace: Aspose.Chart
Assembly: Aspose.Chart (in Aspose.Chart.dll)
See Also
Aspose.Chart Namespace