Class
ScatterAreaSeries

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

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ScatterAreaSeries : ScatterLineSeries

Inheritance: objectChartElementChartSeriesCartesianSeriesScatterPointSeriesScatterLineSeriesScatterAreaSeries

Derived Classes: ScatterSplineAreaSeries

Inherited Members ScatterLineSeries.StrokePropertyScatterLineSeries.StrokeThicknessPropertyScatterLineSeries.StrokeScatterLineSeries.StrokeThicknessScatterPointSeries.XValueBindingPropertyScatterPointSeries.YValueBindingPropertyScatterPointSeries.XValueBindingScatterPointSeries.YValueBindingChartSeries.AllowSelectPropertyChartSeries.DisplayNamePropertyChartSeries.IsSelectedPropertyChartSeries.ItemsSourcePropertyChartSeries.ShowLabelsPropertyChartSeries.LabelBindingPropertyChartSeries.LabelFormatPropertyChartSeries.LabelFormatterPropertyChartSeries.OnItemsSourceCollectionChanged(object, NotifyCollectionChangedEventArgs)ChartSeries.OnItemsSourceChanged(IEnumerable, IEnumerable)ChartSeries.LabelFormatterChartSeries.AllowSelectChartSeries.DisplayNameChartSeries.IsSelectedChartSeries.ItemsSourceChartSeries.ShowLabelsChartSeries.LabelBindingChartSeries.LabelFormatChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

ScatterAreaSeries()

Declaration

cs-api-definition
public ScatterAreaSeries()

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.

Declaration

cs-api-definition
public override bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

Overrides ScatterLineSeries.IsDefaultValue(string)