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

SideBySideFullStackedBarSeries 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 SideBySideFullStackedBarSeries :
    SideBySideStackedBarSeries

Remarks

The height of each bar is always the full height of the chart diagram and series values are displayed as percentages of a bar.

Side-by-side Full Stacked Bars

Inheritance

See Also