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

Represents a scatter area series for displaying data points connected by area fill.

Definition

Constructors

C#
public ScatterAreaSeries()

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: ScatterLineSeries.IsDefaultValue(string)