Class RectangleAnnotation
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class RectangleAnnotation : ShapeAnnotation
Constructors
RectangleAnnotation()
Declaration
public RectangleAnnotation()
Properties
CornerRadius
Gets or sets the corner radius of the rectangle annotation.
Declaration
public float CornerRadius { 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. |