Enum SeriesType
Represents the possible types of series.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum SeriesType
Area
Represents the area series type.
Bar
Represents the bar series type.
Bubble
Represents the bubble series type.
Line
Represents the line series type.
Pie
Represents the pie series type.
Scatter
Represents the scatter series type.