ChartSeries
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
protected ChartSeries()
Fields
AllowSelectProperty
BindableProperty
Identifies the AllowSelect property.
public static readonly BindableProperty AllowSelectProperty
DisplayNameProperty
BindableProperty
Identifies the DisplayName property.
public static readonly BindableProperty DisplayNameProperty
IsSelectedProperty
BindableProperty
Identifies the IsSelected property.
public static readonly BindableProperty IsSelectedProperty
ItemsSourceProperty
BindableProperty
Identifies the ItemsSource property.
public static readonly BindableProperty ItemsSourceProperty
LabelBindingProperty
BindableProperty
Identifies the LabelBinding property.
public static readonly BindableProperty LabelBindingProperty
LabelFormatProperty
BindableProperty
Identifies the LabelFormat property.
public static readonly BindableProperty LabelFormatProperty
LabelFormatterProperty
BindableProperty
Identifies the LabelFormatter property.
public static readonly BindableProperty LabelFormatterProperty
ShowLabelsProperty
BindableProperty
Identifies the ShowLabels property.
public static readonly BindableProperty ShowLabelsProperty
Properties
Gets or sets a value indicating whether the series could be selected.
public bool AllowSelect { get; set; }
Gets or sets the DisplayName.
public string DisplayName { get; set; }
Gets or sets a value indicating whether the series are selected.
public bool IsSelected { get; set; }
Gets or sets the source items to generate data points from.
public IList ItemsSource { get; set; }
Gets or sets the LabelBinding.
public PropertyNameDataPointBinding LabelBinding { get; set; }
Gets or sets the label format.
public string LabelFormat { get; set; }
Gets or sets the label formatter.
public ILabelFormatter LabelFormatter { get; set; }
Gets or sets a value indicating whether the series will display a label associated with each data point.
public bool ShowLabels { get; set; }
Methods
protected virtual void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
protected virtual void OnItemsSourceCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)