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

Represents a Cartesian series that draws a filled region bounded by a line connecting the data points on one side and the axis baseline on the other, commonly used to emphasize the magnitude of a trend over time in addition to its direction.

Definition

Constructors

C#
public AreaSeries()

Fields

FillProperty

BindableProperty

Identifies the Fill bindable property.

C#
public static readonly BindableProperty FillProperty

Properties

Fill

Brush

Gets or sets the brush used to paint the filled region of the area. Only values are currently supported by the rendering engine; other brush types are ignored. Set to null (the default) to resolve the fill color automatically from the chart's Palette.

C#
public Brush? Fill { get; set; }