2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Chart2DTypeEnum Enumeration

In This Topic
    Chart2DTypeEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ChartGroup.ChartType property in the ChartGroup class.
    Syntax
    'Declaration
     
    Public Enum Chart2DTypeEnum 
       Inherits System.Enum
    public enum Chart2DTypeEnum : System.Enum 
    Members
    MemberDescription
    AreaArea chart type.
    BarBar chart type.
    Bubble/// Bubble chart type.
    CandleCandle chart type.
    GanttGantt chart type.
    HiLoHiLo chart type.
    HiLoOpenCloseHiLoOpenClose chart type.
    HistogramHistogram chart type.
    PiePie chart type.
    PolarPolar chart type.
    RadarRadar chart type.
    StepStep chart type.
    XYPlotPlot chart type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.Chart2DTypeEnum

    See Also