Class SFStackingSeries
Serves as a base class for all types of stacked series.
Inheritance
System.Object
SFStackingSeries
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public abstract class SFStackingSeries : SFXyDataSeries
Constructors
SFStackingSeries()
Declaration
protected SFStackingSeries()
Properties
BorderColor
Gets or sets the border color of the series.
Declaration
public NSColor BorderColor { get; set; }
Property Value
Type |
---|
AppKit.NSColor |
Remarks
Use ChartSeries Color property to change the line color of StackingLineSeries and StackingLine100Series.
BorderWidth
Gets or sets the border width of the series.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
GroupingLabel
Gets or sets the text that is used to classify or group the series.
Declaration
public string GroupingLabel { get; set; }
Property Value
Type |
---|
System.String |
Methods
CalculateStackingValues()
Method used to calculate the stacking values.
Declaration
public void CalculateStackingValues()