ScatterPointSeries
Class
Represents a scatter point series for cartesian charts.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class ScatterPointSeries : CartesianSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesScatterPointSeries
Derived Classes:
Inherited Members
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; }