'Declaration Public Enum Chart3DType Inherits System.Enum
public enum Chart3DType : System.Enum
'Declaration Public Enum Chart3DType Inherits System.Enum
public enum Chart3DType : System.Enum
Member | Description |
---|---|
Bar | Bar chart type. Needs one data value which specifies the Z value.X value from category groups, Y value from series groups. |
Scatter | Scatter chart type. For GridData and IrGridData, needs one data value which specifies the Z value, X value from category groups, Y value from series groups. For PointData, needs three data values which specifies the X, Y and Z value. |
Surface | Surface chart type. Needs one data value which specifies the Z value.X value from category groups, Y value from series groups. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.Chart3DType