[]
Specifies the type of a 2D chart.
public enum Chart2DType
Name | Description |
---|---|
Area | Area chart type. Needs one data value which specifies the Y value. X value from category groups. |
Bar | Bar chart type. Needs one data value which specifies the Y value. X value from category groups. |
Bubble | Bubble chart type. Needs three data values which specifies the X, Y and Y2(Size) value. |
Candle | Candle chart type. Needs four data values which specifies the Y(High), Y2(Low), Y3(Open) and Y4(Close) value. X value from category groups. |
Gantt | Gantt chart type. Needs two data values which specifies the Y(Start) and Y2(End) value. X value from category groups. |
HiLo | Hilo chart type. Needs two data values which specifies the Y(High) and Y2(Low) value. X value from category groups. |
HiLoOpenClose | HiloOpenClose chart type. Needs four data values which specifies the Y(High), Y2(Low), Y3(Open) and Y4(Close) value. X value from category groups. |
Histogram | Histogram chart type. Needs one data value which specifies the Y value. X value from category groups. |
Pie | Pie chart type. Needs one data value which specifies the Y value. X value from category groups. |
Polar | Polar chart type. Needs two data values which specifies the X(Angle) and Y(Radius) value. |
Radar | Radar chart type. Needs one data value which specifies Y(Radius) value. X value from category groups. |
Step | Step chart type. Needs one data value which specifies the Y value. X value from category groups. |
XYPlot | Plot chart type. Needs two data values which specifies the X and Y value. |