Class CategorySeriesBase
Base for category-based series that map category data to values; use for bar, line, area, and pie-like charts.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class CategorySeriesBase : SeriesBase
Constructors
CategorySeriesBase()
Construct the base for series that bind numeric values to category items for categorical charts.
Declaration
protected CategorySeriesBase()
Properties
Categories
Gets or sets the category labels or keys aligned with Values, defining the horizontal axis positions.
Declaration
public IChartData Categories { get; set; }
Property Value
|
IChartData
|
Values
Gets or sets the numeric data plotted for each category, which drives the series’ magnitude.
Declaration
public IChartData Values { get; set; }
Property Value
|
IChartData
|