Class EllipseAnnotation
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.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(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. |