Class
AreaSeries

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: SplineAreaSeries

Inherited Members CategoricalStrokedSeries.StrokePropertyCategoricalStrokedSeries.StrokeThicknessPropertyCategoricalStrokedSeries.StrokeCategoricalStrokedSeries.StrokeThicknessCategoricalSeries.ValueBindingPropertyCategoricalSeries.CategoryBindingPropertyCategoricalSeries.CombineModePropertyCategoricalSeries.StackGroupKeyPropertyCategoricalSeries.ValueBindingCategoricalSeries.CategoryBindingCategoricalSeries.CombineModeCategoricalSeries.StackGroupKeyChartSeries.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

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.

Declaration

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

Parameters

propertyName

string

Returns

bool

Overrides CategoricalStrokedSeries.IsDefaultValue(string)