New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a categorical series in a Cartesian chart.

Definition

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; }