Skip to main content

StackedAreaSeries Class

Displays data as areas on a chart, so that each data point value is aggregated with values of the underlying data points.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class StackedAreaSeries :
    AreaSeriesBase

Remarks

This view is useful when it’s necessary to compare both the point values and their aggregate for the same point arguments.

Stacked Area Series

See Also