Class LineAnnotation
Inheritance
System.Object
LineAnnotation
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class LineAnnotation : ShapeAnnotation
Constructors
LineAnnotation()
Declaration
public LineAnnotation()
Properties
LineCap
Gets or sets the line cap for line annotation by using ChartLineCap enum type.
Declaration
public ChartLineCap LineCap { get; set; }
Property Value
Type | Description |
---|---|
ChartLineCap | This property takes enum LineCap 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. |