ClassCategorySeriesBase
Class
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:
Inherited Members
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.
Values
Gets or sets the numeric data plotted for each category, which drives the series’ magnitude.