Class TriangularSeries
Serves as a base class for all types of triangular series. This class has options to customize the segment exploding.
Inheritance
System.Object
TriangularSeries
Inherited Members
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public abstract class TriangularSeries : AccumulationSeries, IThemeElement
Constructors
TriangularSeries()
Declaration
protected TriangularSeries()
Fields
ExplodeOffsetProperty
Gets or sets the offset value that defines the exploding distance of the segment. This is a bindable property.
Declaration
public static readonly BindableProperty ExplodeOffsetProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
GapRatioProperty
Gets or sets the value that defines the gap between the segment. This is a bindable property.
Declaration
public static readonly BindableProperty GapRatioProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
ExplodeOffset
Gets or sets the offset value that defines the exploding distance of the segment. This is a bindable property.
Declaration
public double ExplodeOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property take the double value. |
GapRatio
Gets or sets the value that defines the gap between the segment. This is a bindable property.
Declaration
public double GapRatio { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property take the double value. |