
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIListInt
@protocol ISCIListInt <ISCIList>
Defines the interface which allows to get access to primitive internal items array.
-
Gets the internal items array that this list wraps for direct access.
Declaration
Objective-C
@property (nonatomic, readonly) int *itemsArray;
-
Gets the internal items array that this list wraps for direct access.
Declaration
Objective-C
- (int *)getItemsArray:(BOOL)normalizeIndex;
Parameters
normalizeIndex
The value which indicate whether to normalize index or not.
Return Value
The internal items array that this list wraps for direct access.