iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
-
Initializes a new instance of
SCIIntegerRange.Declaration
Objective-C
- (nonnull instancetype)initWithMin:(int)min max:(int)max;Swift
init(min: Int32, max: Int32)Parameters
minThe min value to initialize range with.
maxThe max value to initialize range with.
-
Initializes a new instance of
SCIIntegerRange.Declaration
Objective-C
- (nonnull instancetype)initWithRange:(nonnull SCIIntegerRange *)range;Swift
init(range: SCIIntegerRange)Parameters
rangeThe
SCIIntegerRangeinstance to initialize new range with.
View on GitHub