Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesSubtype Enumeration

In This Topic
    ChartSeriesSubtype Enumeration
    In This Topic
    Specifies visualization subtypes for the series. Available subtypes (and default subtype) depends on ChartSeries.Type.
    Syntax
    'Declaration
     
    Public Enum ChartSeriesSubtype 
       Inherits System.Enum
    public enum ChartSeriesSubtype : System.Enum 
    Members
    MemberDescription
    BarFor Range only.
    BoxPlotFor Range only.
    BubbleFor Scatter only.
    CandlestickFor Range only.
    ColumnFor Range only.
    DoughnutFor Shape only.
    ErrorBarFor Range only.
    ExplodedDoughnutFor Shape only.
    ExplodedPieFor Shape only.
    FunnelFor Shape only.
    PercentStackedFor Column, Bar and Area.
    PieDefault for Shape.
    PlainDefault for all Types except Shape.
    PyramidFor Shape only.
    RadarFor Polar only.
    SmoothFor Line, Area and Range.
    StackedFor Column, Bar and Area.
    SteppedFor Line only.
    StockFor Range only.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartSeriesSubtype

    See Also