Class SFBubbleSegment
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFBubbleSegment : SFChartSegment
Constructors
SFBubbleSegment()
Declaration
public SFBubbleSegment()
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. |
CenterX
Gets the center point of x.
Declaration
public float CenterX { get; }
Property Value
Type |
---|
System.Single |
CenterY
Gets the center point of y.
Declaration
public float CenterY { get; }
Property Value
Type |
---|
System.Single |
Radius
Gets the radius of the segment.
Declaration
public float Radius { get; }
Property Value
Type |
---|
System.Single |
X
Gets the xData.
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
System.Double | The xData. |
Y
Gets the yData.
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
System.Double | The yData. |
Methods
HitTest(CGPoint)
Declaration
public override int HitTest(CGPoint hitPoint)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGPoint | hitPoint |
Returns
Type |
---|
System.Int32 |
Overrides
OnLayout()
Update the segment positions when the layout was updated.
Declaration
public override void OnLayout()