iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAutoRange
enum SCIAutoRange : NSUInteger {}
Provides enumeration constants to define auto range behavior for ISCIAxis
implementors.
-
Allows Axis instance decide whether auto range or not when show Axis first time, e.g. if the current VisibleRange is nil or undefined.
Declaration
Objective-C
SCIAutoRange_Once
-
Auto range the Axis instance always.
Declaration
Objective-C
SCIAutoRange_Always
-
Never auto range the Axis instance.
Declaration
Objective-C
SCIAutoRange_Never