Class StackingBar100Series
Represents a 100% stacked bar chart. To render this chart, create an instance of this class and add it to Series collection property and set the required properties.
Inheritance
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class StackingBar100Series : StackingBarSeries
Remarks
StackingBar100Series is the transposed version of StackingColumn100Series. Unlike other cartesian chart types, to plot StackingBarSeries, x-axis will be rendered vertically and y-axis will be rendered horizontally. Hence, it is not possible to plot other chart types along with StackingBarSeries. Multiple StackingBarSeries can be added in a single SfChart. StackingBarSeries requiresItemsSource, XBindingPath and YBindingPath properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set either using PrimaryAxis and SecondaryAxis or XAxis and YAxis.
Constructors
StackingBar100Series()
Declaration
public StackingBar100Series()