
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAxisPlaneDrawLabelsMode
enum SCIAxisPlaneDrawLabelsMode : NSUInteger {}
Enumerates modes for plane labels visibility.
-
Draw on both sides of the plane.
Declaration
Objective-C
SCIAxisPlaneDrawLabelsMode_Both
-
Hide on both sides of the plane.
Declaration
Objective-C
SCIAxisPlaneDrawLabelsMode_Hidden
-
Draw on a single side of the plane for I axis (local X).
Declaration
Objective-C
SCIAxisPlaneDrawLabelsMode_LocalX
-
Draw on a single side of the plane for J axis (local Y).
Declaration
Objective-C
SCIAxisPlaneDrawLabelsMode_LocalY