New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a scatter point series for cartesian charts.

Definition

Constructors

C#
public ScatterPointSeries()

Fields

XValueBindingProperty

BindableProperty

Identifies the XValueBinding property.

C#
public static readonly BindableProperty XValueBindingProperty

YValueBindingProperty

BindableProperty

Identifies the YValueBinding property.

C#
public static readonly BindableProperty YValueBindingProperty

Properties

Gets or sets the XValueBinding.

C#
public PropertyNameDataPointBinding XValueBinding { get; set; }

Gets or sets the YValueBinding.

C#
public PropertyNameDataPointBinding YValueBinding { get; set; }