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
Inheritance
Object
BindableObject
Element
DevExpress.Maui.Core.Internal.DXElementBaseCore
ChartSeriesElement
SeriesBase
Series
XYSeries
BarSeriesBase
StackedBarSeries
SideBySideStackedBarSeries
See Also