EnumChartType
Enum
Specifies the supported chart visualization types.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public enum ChartType
Fields
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.