Class
ScatterPointSeries

Represents a scatter point series for cartesian charts.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ScatterPointSeries : CartesianSeries

Inheritance: objectChartElementChartSeriesCartesianSeriesScatterPointSeries

Derived Classes: ScatterLineSeries

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

ScatterPointSeries()

Declaration

cs-api-definition
public ScatterPointSeries()

Fields

XValueBindingProperty

Identifies the XValueBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty XValueBindingProperty

Field Value

BindableProperty

YValueBindingProperty

Identifies the YValueBinding property.

Declaration

cs-api-definition
public static readonly BindableProperty YValueBindingProperty

Field Value

BindableProperty

Properties

XValueBinding

Gets or sets the XValueBinding.

Declaration

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

Property Value

PropertyNameDataPointBinding

YValueBinding

Gets or sets the YValueBinding.

Declaration

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

Property Value

PropertyNameDataPointBinding