Specifies visualization subtypes for the series. Available subtypes (and default subtype) depends on Type.

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

Syntax

C#
public enum ChartSeriesSubtype
Visual Basic
Public Enumeration ChartSeriesSubtype

Members

Member nameDescription
Plain Default for all Types except Shape.
Stacked For Column, Bar and Area.
PercentStacked For Column, Bar and Area.
Smooth For Line, Area and Range.
Stepped For Line only.
Pie Default for Shape.
ExplodedPie For Shape only.
Doughnut For Shape only.
ExplodedDoughnut For Shape only.
Funnel For Shape only.
Pyramid For Shape only.
Bubble For Scatter only.
Candlestick For Range only.
Stock For Range only.
Bar For Range only.
Column For Range only.
BoxPlot For Range only.
ErrorBar For Range only.
Radar For Polar only.

See Also