Class ScatterAreaSeries
Inheritance
System.Object
ScatterAreaSeries
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class ScatterAreaSeries : ScatterLineSeries, IParentElement, IChildElement
Constructors
ScatterAreaSeries()
Declaration
public ScatterAreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Fill
Gets or sets the Fill.
Declaration
public Color Fill { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
IsDefaultValue(String)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|