Skip to main content

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.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public class StackedBarSeries :
    BarSeriesBase

Remarks

Stacked Bars

See Also