ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DTypeEnum Enumeration

In This Topic
    Chart3DTypeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Chart3DGroup.ChartType property in the Chart3DGroup class.
    Syntax
    'Declaration
     
    Public Enum Chart3DTypeEnum 
       Inherits System.Enum
    public enum Chart3DTypeEnum : System.Enum 
    Members
    MemberDescription
    BarBar chart
    ScatterScatter chart
    SurfaceSurface chart
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart3D.Chart3DTypeEnum

    See Also