iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCILineArrowAnnotation
@interface SCILineArrowAnnotation : SCILineAnnotationBase
The SCILineArrowAnnotation provides a Line with X1, Y1, X2, Y2 coordinates and an arrow head at the tip.
-
Defines the length of arrow head in points.
Declaration
Objective-C
@property (nonatomic) float headLength;Swift
var headLength: Float { get set } -
Defines the width of arrow head in points.
Declaration
Objective-C
@property (nonatomic) float headWidth;Swift
var headWidth: Float { get set }
View on GitHub