Class StackingSeriesBase
Serves as a base class for all types of stacked series.
Inheritance
System.Object
StackingSeriesBase
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class StackingSeriesBase : XyDataSeries
Constructors
StackingSeriesBase()
Declaration
protected StackingSeriesBase()
Properties
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 |
StrokeColor
Gets or sets the color for the series stroke.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Remarks
Use ChartSeries Color property to change the line color of StackingLineSeries and StackingLine100Series.
Methods
CalculateStackingValues()
Method used to calculate the stacking values.
Declaration
public void CalculateStackingValues()