Class ScatterPointSeries
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class ScatterPointSeries : CartesianSeries, IParentElement, IChildElement
Constructors
ScatterPointSeries()
Declaration
public ScatterPointSeries()
Fields
XValueBindingProperty
Identifies the XValueBinding property.
Declaration
public static readonly BindableProperty XValueBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
YValueBindingProperty
Identifies the YValueBinding property.
Declaration
public static readonly BindableProperty YValueBindingProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
XValueBinding
Gets or sets the XValueBinding.
Declaration
public PropertyNameDataPointBinding XValueBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|
YValueBinding
Gets or sets the YValueBinding.
Declaration
public PropertyNameDataPointBinding YValueBinding { get; set; }
Property Value
PropertyNameDataPointBinding
|