Class EllipseAnnotation
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class EllipseAnnotation : ShapeAnnotation
Constructors
EllipseAnnotation()
Declaration
public EllipseAnnotation()
Properties
Height
Gets or sets the height of the ellipse annotation.
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single | This property takes float value. |
Width
Gets or sets the width of the ellipse annotation.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single | This property takes float value. |
Methods
Draw(CGContext)
Method used to draw annotation in chart area.
Declaration
protected override void Draw(CGContext context)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGContext | context | The context. |