iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
adornerLayer
@property (nonatomic, weak, nullable) id<ISCIAdornerLayer> adornerLayer;
Gets the Adorner Layer to place annotation adorners.
-
Undocumented
Declaration
Objective-C
- (id<ISCIAdornerLayer> _Nullable)adornerLayer; -
Undocumented
Declaration
Objective-C
- (void)setAdornerLayer:(id<ISCIAdornerLayer> _Nullable)adornerLayer;
View on GitHub