ComponentOne Reports for WPF
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 ChartSeries.Type. By default this property is null it means that default subtype for currently selected ChartSeries.Type wiil be used.
    Syntax
    'Declaration
     
    Public Property Subtype As RdlEnum(Of ChartSeriesSubtype)
    public RdlEnum<ChartSeriesSubtype> Subtype {get; set;}
    See Also