New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents an area series in a chart that displays values as an area shape in a categorical chart.

Definition

Constructors

C#
public AreaSeries()

Fields

FillProperty

BindableProperty

Identifies the Fill property.

C#
public static readonly BindableProperty FillProperty

Properties

Fill

Color

Gets or sets the Fill.

C#
public Color Fill { get; set; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

Overrides: CategoricalStrokedSeries.IsDefaultValue(string)