[]
Specifies the type of the 3D chart.
public enum Chart3DType
Public Enum Chart3DType
| Name | 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. |