Use the members of this enumeration to set the value of the ChartGroup.ChartType property in the ChartGroup class.
[Visual Basic]
Public Enum Chart2DTypeEnum
[C#]
public enum Chart2DTypeEnum
[Delphi]
type Chart2DTypeEnum = (Area, Bar, Bubble, Candle, Gantt, HiLo, HiLoOpenClose, Histogram, Pie, Polar, Radar, Step, XYPlot);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member 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. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |