Class CategoricalSeries
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class CategoricalSeries : CartesianSeries, IParentElement, IChildElement
Constructors
CategoricalSeries()
Declaration
public CategoricalSeries()
Fields
CategoryBindingProperty
Identifies the Category
Declaration
public static readonly BindableProperty CategoryBindingProperty
Field Value
Microsoft.
|
CombineModeProperty
Identifies the Combine
Declaration
public static readonly BindableProperty CombineModeProperty
Field Value
Microsoft.
|
StackGroupKeyProperty
Identifies the Stack
Declaration
public static readonly BindableProperty StackGroupKeyProperty
Field Value
Microsoft.
|
ValueBindingProperty
Identifies the Value
Declaration
public static readonly BindableProperty ValueBindingProperty
Field Value
Microsoft.
|
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.
Declaration
public object StackGroupKey { get; set; }
Property Value
System.
|
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; }