Skip to main content
A newer version of this page is available. .

SideBySideStackedBarSeries Class

Displays data as bars stacked according to the StackedGroup property value and grouped by arguments.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public class SideBySideStackedBarSeries :
    StackedBarSeries

Remarks

The height of each stacked bar is determined by the total of series values the bar contains.

Side-by-side Stacked Bars

Inheritance

See Also