Class SFTriangularSeries
Serves as a base class for all types of triangular series.
Inheritance
System.Object
SFTriangularSeries
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public abstract class SFTriangularSeries : SFAccumulationSeries
Constructors
SFTriangularSeries()
Declaration
protected SFTriangularSeries()
Properties
BorderColor
Gets or sets the border color of the series.
Declaration
public NSColor BorderColor { get; set; }
Property Value
Type |
---|
AppKit.NSColor |
BorderWidth
Gets or sets the border width of the series.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
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 |