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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum<ChartSeriesSubtype> Subtype { get; set; }
Visual Basic
Public Property Subtype As RdlEnum(Of ChartSeriesSubtype)
	Get
	Set

See Also