Specifies visualization types for the series.

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

Syntax

C#
public enum ChartSeriesType
Visual Basic
Public Enumeration ChartSeriesType

Members

Member nameDescription
Column Column chart.
Bar Bar chart.
Line Line chart.
Shape Shape chart.
Scatter Scatter chart.
Area Area chart.
Range Range chart.
Polar Polar chart.

See Also