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

SideBySideStackedBarSeries Class

Displays data as bars stacked according to the StackedGroup property value and grouped by arguments. The height of each stacked bar is determined by the total of series values the bar contains.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public class SideBySideStackedBarSeries :
    StackedBarSeries

Remarks

Side-by-side Stacked Bars

See Also