iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAnnotationCoordinateMode
enum SCIAnnotationCoordinateMode : NSUInteger {}
Enumeration constants to define the Coordinate mode used to place an annotation.
-
Absolute - requires that coordinates
X1, Y1, X2, Y2are data-valuesDeclaration
Objective-C
SCIAnnotationCoordinateMode_Absolute -
Relative - requires that coordinates
X1, Y1, X2, Y2are double values between 0.0 and 1.0Declaration
Objective-C
SCIAnnotationCoordinateMode_Relative -
RelativeX - requires that coordinates
X1, X2are double values between 0.0 and 1.0, whereasY1, Y2are data-valuesDeclaration
Objective-C
SCIAnnotationCoordinateMode_RelativeX -
RelativeY - requires that coordinates
Y1, Y2are double values between 0.0 and 1.0, whereasX1, X2are data-valuesDeclaration
Objective-C
SCIAnnotationCoordinateMode_RelativeY
View on GitHub