Skip to main content

FullStackedAreaSeries Class

Displays data as areas on a chart, so that each data point value is stacked with values of all the other corresponding data points and the total area is always the full area of the chart diagram.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class FullStackedAreaSeries :
    StackedAreaSeries

Remarks

This view is useful for comparing the percentage values of several series for the same point arguments.

Full Stacked Area Series

See Also