iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAnnotationLabel
@interface SCIAnnotationLabel : SCITextLabelContainer <ISCIDrawable>
Defines an AnnotationLabel which may be used in SCIHorizontalLineAnnotation and SCIVerticalLineAnnotation instances.
-
Pen with which outline of box annotation is drawn on
chart surface.Declaration
Objective-C
@property (nonatomic, strong, nonnull) SCIPenStyle *borderPen;Swift
var borderPen: SCIPenStyle { get set } -
Brush with which box annotation is drawn on
chart surface.Declaration
Objective-C
@property (nonatomic, strong, nonnull) SCIBrushStyle *backgroundBrush;Swift
var backgroundBrush: SCIBrushStyle { get set } -
Defines the
SCILabelPlacementfor this AnnotationLabel instance.Declaration
Objective-C
@property (nonatomic) SCILabelPlacement labelPlacement;Swift
var labelPlacement: SCILabelPlacement { get set }
View on GitHub