Class AccumulationSeries
Serves as a base class for all triangular and circular series.
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class AccumulationSeries : ChartSeries
Constructors
AccumulationSeries()
Declaration
protected AccumulationSeries()
Properties
ExplodableOnTouch
Gets or sets a value indicating whether to explode the segment on touch.
Declaration
public bool ExplodableOnTouch { get; set; }
Property Value
Type |
---|
System.Boolean |
ExplodeAll
Gets or sets a value indicating whether to explode all segments in series.
Declaration
public bool ExplodeAll { get; set; }
Property Value
Type |
---|
System.Boolean |
ExplodeIndex
Gets or sets integer value which indicates explode index of series.
Declaration
public int ExplodeIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
StrokeColor
Gets or sets color that used to customize segment border color.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
YBindingPath
Gets or sets the binding path in items source.
Declaration
public string YBindingPath { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnBindingPathChanged()
Declaration
protected override void OnBindingPathChanged()