iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIAnnotationCreatedListener
@protocol ISCIAnnotationCreatedListener <NSObject>
/// Called when an annotation creation operation is finished and the annotation is fully created.
- (void)onAnnotationCreated:(SCIAnnotationCreationArgs *)args;
@end
Undocumented
-
Called when an annotation creation operation is finished and the annotation is fully created.
Declaration
Objective-C
- (void)onAnnotationCreated:(nonnull SCIAnnotationCreationArgs *)args;Swift
func onAnnotationCreated(_ args: SCIAnnotationCreationArgs)
View on GitHub