iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAnchorPointAnnotation
@interface SCIAnchorPointAnnotation : SCIAnnotationBase
An Anchor-Point annotation is an annotation which only has one X1
and Y1
point.
This annotation may be anchored around the coordinate using various SCIHorizontalAnchorPoint
and SCIVerticalAnchorPoint
values.
-
Defines the
SCIHorizontalAnchorPoint
value which indicates how annotation should be placed in horizontal direction.Declaration
Objective-C
@property (nonatomic) SCIHorizontalAnchorPoint horizontalAnchorPoint;
Swift
var horizontalAnchorPoint: SCIHorizontalAnchorPoint { get set }
-
Defines the
SCIVerticalAnchorPoint
value which indicates how annotation should be placed in vertical direction.Declaration
Objective-C
@property (nonatomic) SCIVerticalAnchorPoint verticalAnchorPoint;
Swift
var verticalAnchorPoint: SCIVerticalAnchorPoint { get set }