iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISeriesValueMarkerAnnotation
@interface SCISeriesValueMarkerAnnotation : SCIAxisMarkerAnnotation
Defines a subclass of SCIAxisMarkerAnnotation that is used in SCIDefaultSeriesValueMarker implementation
-
Creates new instance of
SCISeriesValueMarkerAnnotationDeclaration
Objective-C
- (nonnull instancetype)initWithHelper: (nonnull SCIDefaultSeriesValueMarkerAnnotationHelper< SCISeriesValueMarkerAnnotation *> *)seriesValueMarkerAnnotationHelper;Swift
init(helper seriesValueMarkerAnnotationHelper: SCIDefaultSeriesValueMarkerAnnotationHelper<SCISeriesValueMarkerAnnotation>)Parameters
seriesValueMarkerAnnotationHelperSeries value marker helper to update annotation with
View on GitHub