Class AreaSeries
Inheritance
System.Object
AreaSeries
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class AreaSeries : CategoricalStrokedSeries, IParentElement, IChildElement
Constructors
AreaSeries()
Declaration
public AreaSeries()
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
|