AreaSeries
Class
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
Namespace:Telerik.Maui.Controls.Charts
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public sealed class AreaSeries : CartesianSeries
Inheritance: objectChartSeriesCartesianSeriesAreaSeries
Inherited Members
Constructors
C#
public AreaSeries()
Fields
FillProperty
BindableProperty
Identifies the Fill bindable property.
C#
public static readonly BindableProperty FillProperty