iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAxisLabelDrawMode
enum SCIAxisLabelDrawMode : NSInteger {}
Enumeration constants to define which axes an axis-anchored label is drawn on.
-
Draws the label on the Y-Axis only.
Declaration
Objective-C
SCIAxisLabelDrawMode_YSwift
case Y = 0 -
Draws the label on the X-Axis only.
Declaration
Objective-C
SCIAxisLabelDrawMode_XSwift
case X = 1 -
Draws the label on both axes.
Declaration
Objective-C
SCIAxisLabelDrawMode_BothSwift
case both = 2
View on GitHub