Class
CategorySeriesBase

Base for category-based series that map category data to values; use for bar, line, area, and pie-like charts.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public abstract class CategorySeriesBase : SeriesBase

Inheritance: objectSeriesBaseCategorySeriesBase

Derived Classes: AreaSeriesBarSeriesLineSeriesPieSeries

Inherited Members SeriesBase.Clone()SeriesBase.SeriesTypeSeriesBase.TitleSeriesBase.OutlineSeriesBase.Fill

Constructors

CategorySeriesBase()

Construct the base for series that bind numeric values to category items for categorical charts.

Declaration

cs-api-definition
protected CategorySeriesBase()

Properties

Categories

Gets or sets the category labels or keys aligned with Values, defining the horizontal axis positions.

Declaration

cs-api-definition
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

cs-api-definition
public IChartData Values { get; set; }

Property Value

IChartData