Class RectangleAnnotation
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.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(Canvas)
Method used to draw annotation in chart area.
Declaration
protected override void Draw(Canvas context)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | context | The context. |