Enum ChartType
Represents the possible types of chart.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum ChartType
Area
Denotes the area type of chart.
Bar
Denotes the bar type of chart.
Bubble
Denotes the bubble type of chart.
Column
Denotes the column type of chart.
Doughnut
Denotes the doughnut type of chart.
Line
Denotes the line type of chart.
Pie
Denotes the pie type of chart.
Scatter
Denotes the scatter type of chart.