Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

StackedBarSeries Class

Displays data as bars stacked by arguments, so that each stacked bar height is determined by the total of all the series values for the argument.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class StackedBarSeries :
    BarSeriesBase

Remarks

Stacked Bars

See Also