Class SFStackingColumn100Series
Represents a 100% stacked column chart. To render this chart, create an instance of this class and add it to Series collection property and set the required properties.
Inheritance
System.Object
SFStackingColumn100Series
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFStackingColumn100Series : SFStackingColumnSeries
Remarks
SFStackingColumn100Series requires ItemsSource, 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
SFStackingColumn100Series()
Initializes a new instance of the SFStackingColumn100Series class.
Declaration
public SFStackingColumn100Series()