ClassCategoricalSeries
Class
Represents a chart categorical series that supports combining.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class CategoricalSeries : CategoricalSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeries
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalSeries()
Initializes a new instance of the CategoricalSeries class.
Declaration
cs-api-definition
protected CategoricalSeries()
Fields
CombineModeProperty
Identifies the CombineMode property.
Declaration
cs-api-definition
public static readonly DependencyProperty CombineModeProperty
Field Value
DependencyProperty
Properties
CombineMode
Gets or sets the combination mode to be used when data points are plotted.
Declaration
cs-api-definition
public ChartSeriesCombineMode CombineMode { get; set; }
Property Value
StackGroupKey
Gets or sets the key that defines in which stack group this series will be included if its CombineMode equals Stack or Stack100.