
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAnnotationSurfaceEnum
enum SCIAnnotationSurfaceEnum : NSUInteger {}
Enumeration constants to define the Annotation Surface that an ISCIAnnotation
is placed on.
-
The annotation is placed
above the chart
.Declaration
Objective-C
SCIAnnotationSurface_AboveChart
-
The annotation is placed
below the chart
.Declaration
Objective-C
SCIAnnotationSurface_BelowChart
-
The annotation is placed on the
X-Axis
.Declaration
Objective-C
SCIAnnotationSurface_XAxis
-
The annotation is placed on the
Y-Axis
.Declaration
Objective-C
SCIAnnotationSurface_YAxis