ClassChartSeries
Represents an abstract base class for chart series.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public abstract class ChartSeries : ChartElement
Inheritance: objectChartElementChartSeries
Derived Classes:
Inherited Members
Constructors
ChartSeries()
Declaration
protected ChartSeries()
Fields
AllowSelectProperty
Identifies the AllowSelect property.
Declaration
public static readonly BindableProperty AllowSelectProperty
Field Value
BindableProperty
DisplayNameProperty
Identifies the DisplayName property.
Declaration
public static readonly BindableProperty DisplayNameProperty
Field Value
BindableProperty
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
BindableProperty
ItemsSourceProperty
Identifies the ItemsSource property.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
BindableProperty
LabelBindingProperty
Identifies the LabelBinding property.
Declaration
public static readonly BindableProperty LabelBindingProperty
Field Value
BindableProperty
LabelFormatProperty
Identifies the LabelFormat property.
Declaration
public static readonly BindableProperty LabelFormatProperty
Field Value
BindableProperty
LabelFormatterProperty
Identifies the LabelFormatter property.
Declaration
public static readonly BindableProperty LabelFormatterProperty
Field Value
BindableProperty
ShowLabelsProperty
Identifies the ShowLabels property.
Declaration
public static readonly BindableProperty ShowLabelsProperty
Field Value
BindableProperty
Properties
AllowSelect
Gets or sets a value indicating whether the series could be selected.
DisplayName
Gets or sets the DisplayName.
IsSelected
Gets or sets a value indicating whether the series are selected.
ItemsSource
Gets or sets the source items to generate data points from.
LabelBinding
Gets or sets the LabelBinding.
Declaration
public PropertyNameDataPointBinding LabelBinding { get; set; }
Property Value
LabelFormat
Gets or sets the label format.
LabelFormatter
Gets or sets the label formatter.
Declaration
public ILabelFormatter LabelFormatter { get; set; }
Property Value
ShowLabels
Gets or sets a value indicating whether the series will display a label associated with each data point.
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.
OnItemsSourceChanged(IEnumerable, IEnumerable)
Declaration
protected virtual void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
oldValue
newValue
OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)
Declaration
protected virtual void OnItemsSourceCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
sender
e