ClassAreaSeries
Class
Represents an area series in a chart that displays values as an area shape in a categorical chart.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class AreaSeries : CategoricalStrokedSeries
Inheritance: objectChartElementChartSeriesCartesianSeriesCategoricalSeriesCategoricalStrokedSeriesAreaSeries
Derived Classes:
Inherited Members
Constructors
AreaSeries()
Declaration
cs-api-definition
public AreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
cs-api-definition
public static readonly BindableProperty FillProperty
Field Value
BindableProperty
Properties
Fill
Gets or sets the Fill.
Declaration
cs-api-definition
public Color Fill { get; set; }
Property Value
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.