Class
ChartSeries

Represents an abstract base class for chart series.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class ChartSeries : ChartElement

Inheritance: objectChartElementChartSeries

Derived Classes: CartesianSeriesPieSeries

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

ChartSeries()

Declaration

cs-api-definition
protected ChartSeries()

Fields

AllowSelectProperty

Identifies the AllowSelect property.

Declaration

cs-api-definition
public static readonly BindableProperty AllowSelectProperty

Field Value

BindableProperty

DisplayNameProperty

Identifies the DisplayName property.

Declaration

cs-api-definition
public static readonly BindableProperty DisplayNameProperty

Field Value

BindableProperty

IsSelectedProperty

Identifies the IsSelected property.

Declaration

cs-api-definition
public static readonly BindableProperty IsSelectedProperty

Field Value

BindableProperty

ItemsSourceProperty

Identifies the ItemsSource property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemsSourceProperty

Field Value

BindableProperty

LabelBindingProperty

Identifies the LabelBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelBindingProperty

Field Value

BindableProperty

LabelFormatProperty

Identifies the LabelFormat property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelFormatProperty

Field Value

BindableProperty

LabelFormatterProperty

Identifies the LabelFormatter property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelFormatterProperty

Field Value

BindableProperty

ShowLabelsProperty

Identifies the ShowLabels property.

Declaration

cs-api-definition
public static readonly BindableProperty ShowLabelsProperty

Field Value

BindableProperty

Properties

AllowSelect

Gets or sets a value indicating whether the series could be selected.

Declaration

cs-api-definition
public bool AllowSelect { get; set; }

Property Value

bool

DisplayName

Gets or sets the DisplayName.

Declaration

cs-api-definition
public string DisplayName { get; set; }

Property Value

string

IsSelected

Gets or sets a value indicating whether the series are selected.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

ItemsSource

Gets or sets the source items to generate data points from.

Declaration

cs-api-definition
public IList ItemsSource { get; set; }

Property Value

IList

LabelBinding

Gets or sets the LabelBinding.

Declaration

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

Property Value

PropertyNameDataPointBinding

LabelFormat

Gets or sets the label format.

Declaration

cs-api-definition
public string LabelFormat { get; set; }

Property Value

string

LabelFormatter

Gets or sets the label formatter.

Declaration

cs-api-definition
public ILabelFormatter LabelFormatter { get; set; }

Property Value

ILabelFormatter

ShowLabels

Gets or sets a value indicating whether the series will display a label associated with each data point.

Declaration

cs-api-definition
public bool ShowLabels { get; set; }

Property Value

bool

Methods

IsDefaultValue(string)

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

Declaration

cs-api-definition
public virtual bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

OnItemsSourceChanged(IEnumerable, IEnumerable)

Declaration

cs-api-definition
protected virtual void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)

Parameters

oldValue

IEnumerable

newValue

IEnumerable

OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
protected virtual void OnItemsSourceCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)

Parameters

sender

object

e

NotifyCollectionChangedEventArgs