[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.Chart3DType

Chart3DType Enum

Specifies the type of the 3D chart.

Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public enum Chart3DType

Fields

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.