Class SFPieSegment
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFPieSegment : SFChartSegment
Constructors
SFPieSegment()
Declaration
public SFPieSegment()
Properties
BorderColor
Gets or sets the color of the border.
Declaration
public NSColor BorderColor { get; set; }
Property Value
Type | Description |
---|---|
AppKit.NSColor | The color of the border. |
BorderWidth
Gets or sets the width of the border.
Declaration
public nfloat BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.nfloat | The width of the border. |
EndAngle
Gets the end angle.
Declaration
public double EndAngle { get; }
Property Value
Type |
---|
System.Double |
Radius
Gets the radius.
Declaration
public float Radius { get; }
Property Value
Type |
---|
System.Single |
StartAngle
Gets the start angle.
Declaration
public double StartAngle { get; }
Property Value
Type |
---|
System.Double |
YValue
Gets the y value.
Declaration
public float YValue { get; }
Property Value
Type |
---|
System.Single |
Methods
ApplyGradientColors(CGContext)
Declaration
protected override void ApplyGradientColors(CGContext context)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGContext | context |
Overrides
OnLayout()
Method used to calculate rendering bounds of segment.
Declaration
public override void OnLayout()