iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIAnnotationCreationArgs

@interface SCIAnnotationCreationArgs : NSObject

/// The annotation that was created
@property (nonatomic, strong, readonly) SCIAnnotationBase *createdAnnotation;

/// Creates a new instance of AnnotationCreationArgs
/// @param annotation The annotation that was created
- (instancetype)initWithAnnotation:(SCIAnnotationBase *)annotation;

@end

Undocumented