Class LineAnnotation
Inheritance
System.Object
LineAnnotation
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.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(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. |