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

In This Topic
    Chart2DType Enumeration
    In This Topic
    Specifies the type of a 2D chart.
    Syntax
    'Declaration
     
    Public Enum Chart2DType 
       Inherits System.Enum
    public enum Chart2DType : System.Enum 
    Members
    MemberDescription
    AreaArea chart type. Needs one data value which specifies the Y value. X value from category groups.
    BarBar chart type. Needs one data value which specifies the Y value. X value from category groups.
    BubbleBubble chart type. Needs three data values which specifies the X, Y and Y2(Size) value.
    CandleCandle chart type. Needs four data values which specifies the Y(High), Y2(Low), Y3(Open) and Y4(Close) value. X value from category groups.
    GanttGantt chart type. Needs two data values which specifies the Y(Start) and Y2(End) value. X value from category groups.
    HiLoHilo chart type. Needs two data values which specifies the Y(High) and Y2(Low) value. X value from category groups.
    HiLoOpenCloseHiloOpenClose chart type. Needs four data values which specifies the Y(High), Y2(Low), Y3(Open) and Y4(Close) value. X value from category groups.
    HistogramHistogram chart type. Needs one data value which specifies the Y value. X value from category groups.
    PiePie chart type. Needs one data value which specifies the Y value. X value from category groups.
    PolarPolar chart type. Needs two data values which specifies the X(Angle) and Y(Radius) value.
    RadarRadar chart type. Needs one data value which specifies Y(Radius) value. X value from category groups.
    StepStep chart type. Needs one data value which specifies the Y value. X value from category groups.
    XYPlotPlot chart type. Needs two data values which specifies the X and Y value.
    Inheritance Hierarchy

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

    See Also