Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeries Class / Subtype Property

In This Topic
    Subtype Property
    In This Topic
    Gets or sets visualization subtype for the series. Available subtypes (and default subtype) depends on Type. By default this property is null it means that default subtype for currently selected Type wiil be used.
    Syntax
    'Declaration
     
    Public Property Subtype As RdlEnum(Of ChartSeriesSubtype)
    public RdlEnum<ChartSeriesSubtype> Subtype {get; set;}
    See Also