Enum ChartType
Specifies the supported chart visualization types.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum ChartType
Area
An area chart that fills the area under a line to highlight magnitude over time.
Bar
A bar chart with horizontal bars for comparing values across categories.
Bubble
A bubble chart that extends scatter by encoding a third value as bubble size.
Column
A column chart with vertical bars for comparing values across categories.
Doughnut
A doughnut chart (ring) variant of pie for part-to-whole comparisons.
Line
A line chart that emphasizes trends over ordered categories or time.
Pie
A pie chart that shows part-to-whole relationships as proportional slices.
Scatter
A scatter (XY) chart that plots values using numeric X and Y axes.