Class
CategoricalSeries

Represents a categorical series in a Cartesian chart.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class CategoricalSeries : CartesianSeries

Inheritance: objectChartElementChartSeriesCartesianSeriesCategoricalSeries

Derived Classes: BarSeriesCategoricalStrokedSeries

Inherited Members ChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.IsDefaultValue(string)ChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

CategoricalSeries()

Declaration

cs-api-definition
public CategoricalSeries()

Fields

CategoryBindingProperty

Identifies the CategoryBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty CategoryBindingProperty

Field Value

BindableProperty

CombineModeProperty

Identifies the CombineMode property.

Declaration

cs-api-definition
public static readonly BindableProperty CombineModeProperty

Field Value

BindableProperty

StackGroupKeyProperty

Identifies the StackGroupKey property.

Declaration

cs-api-definition
public static readonly BindableProperty StackGroupKeyProperty

Field Value

BindableProperty

ValueBindingProperty

Identifies the ValueBinding property.

Declaration

cs-api-definition
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

cs-api-definition
public PropertyNameDataPointBinding CategoryBinding { get; set; }

Property Value

PropertyNameDataPointBinding

CombineMode

Gets or sets the CombineMode.

Declaration

cs-api-definition
public ChartSeriesCombineMode CombineMode { get; set; }

Property Value

ChartSeriesCombineMode

StackGroupKey

Gets or sets the StackGroupKey.

Declaration

cs-api-definition
public object StackGroupKey { get; set; }

Property Value

object

ValueBinding

Gets or sets the binding that will be used to fill the Value member of the contained data points.

Declaration

cs-api-definition
public PropertyNameDataPointBinding ValueBinding { get; set; }

Property Value

PropertyNameDataPointBinding