Class SFAccumulationSeries
Serves as a base class for all triangular and circular series.
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public abstract class SFAccumulationSeries : SFSeries
Constructors
SFAccumulationSeries()
Declaration
protected SFAccumulationSeries()
Properties
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 |
ExplodeOnTouch
Gets or sets a value indicating whether to explode the segment on touch.
Declaration
public bool ExplodeOnTouch { get; set; }
Property Value
Type |
---|
System.Boolean |
StrokeColor
Gets or sets color that used to customize segment border color.
Declaration
public UIColor StrokeColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
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()