Class TriangularSeries
Serves as a base class for all types of triangular series.
Inheritance
System.Object
TriangularSeries
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public abstract class TriangularSeries : AccumulationSeries
Constructors
TriangularSeries()
Declaration
protected TriangularSeries()
Properties
ExplodeOffset
Gets or sets the double value that indicates explode offset of exploded segment.
Declaration
public double ExplodeOffset { get; set; }
Property Value
Type |
---|
System.Double |
GapRatio
Gets or sets double value that indicates ratio of gap between the triangular series segments.
Declaration
public double GapRatio { get; set; }
Property Value
Type |
---|
System.Double |