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