New to Telerik Document ProcessingStart a free 30-day trial

Area chart series for plotting continuous values filled to the axis baseline; use for showing cumulative trends over categories.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

C#
public class AreaSeries : CategorySeriesBase

Inheritance: objectSeriesBaseCategorySeriesBaseAreaSeries

Inherited Members CategorySeriesBase.ValuesCategorySeriesBase.CategoriesSeriesBase.Clone()SeriesBase.TitleSeriesBase.OutlineSeriesBase.Fill...

Constructors

Initializes an area series that fills the space under connected values to emphasize volume across categories or time.

C#
public AreaSeries()

Properties

Identifies the series as an Area type, enabling area-specific rendering and grouping behavior.

C#
public override SeriesType SeriesType { get; }

Overrides: SeriesBase.SeriesType