CategoricalSeries
Class
Represents a categorical series in a Cartesian chart.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class CategoricalSeries : CartesianSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesCategoricalSeries
Derived Classes:
Inherited Members
Constructors
C#
public CategoricalSeries()
Fields
CategoryBindingProperty
BindableProperty
Identifies the CategoryBinding property.
C#
public static readonly BindableProperty CategoryBindingProperty
CombineModeProperty
BindableProperty
Identifies the CombineMode property.
C#
public static readonly BindableProperty CombineModeProperty
StackGroupKeyProperty
BindableProperty
Identifies the StackGroupKey property.
C#
public static readonly BindableProperty StackGroupKeyProperty
ValueBindingProperty
BindableProperty
Identifies the ValueBinding property.
C#
public static readonly BindableProperty ValueBindingProperty
Properties
Gets or sets the binding that will be used to fill the Category member of the contained data points.
C#
public PropertyNameDataPointBinding CategoryBinding { get; set; }
Gets or sets the CombineMode.
C#
public ChartSeriesCombineMode CombineMode { get; set; }
Gets or sets the StackGroupKey.
C#
public object StackGroupKey { get; set; }
Gets or sets the binding that will be used to fill the Value member of the contained data points.
C#
public PropertyNameDataPointBinding ValueBinding { get; set; }