FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DType Enumeration

In This Topic
    Chart3DType Enumeration
    In This Topic
    Specifies the type of the 3D chart.
    Syntax
    'Declaration
     
    Public Enum Chart3DType 
       Inherits System.Enum
    public enum Chart3DType : System.Enum 
    Members
    MemberDescription
    BarBar chart type. Needs one data value which specifies the Z value.X value from category groups, Y value from series groups.
    ScatterScatter 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.
    SurfaceSurface chart type. Needs one data value which specifies the Z value.X value from category groups, Y value from series groups.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.Chart3DType

    See Also