New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class CategorySeriesBase : SeriesBase

Inheritance: objectSeriesBaseCategorySeriesBase

Derived Classes: AreaSeriesBarSeriesLineSeriesPieSeries

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

Constructors

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

C#
protected CategorySeriesBase()

Properties

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

C#
public IChartData Categories { get; set; }

Gets or sets the numeric data plotted for each category, which drives the series’ magnitude.

C#
public IChartData Values { get; set; }