Class AreaSeries
Area chart series for plotting continuous values filled to the axis baseline; use for showing cumulative trends over categories.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class AreaSeries : CategorySeriesBase
Constructors
AreaSeries()
Initializes an area series that fills the space under connected values to emphasize volume across categories or time.
Declaration
public AreaSeries()
Properties
SeriesType
Identifies the series as an Area type, enabling area-specific rendering and grouping behavior.
Declaration
public override SeriesType SeriesType { get; }
Property Value
|
SeriesType
|