'Declaration Public Enum Chart2DType Inherits System.Enum
public enum Chart2DType : System.Enum
'Declaration Public Enum Chart2DType Inherits System.Enum
public enum Chart2DType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.Chart2DType