iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIListFactory
@interface SCIListFactory : NSObject
Defines the factory which allows to create a high-performance array-backed fifo buffers.
-
Creates a list instance.
Declaration
Objective-C
+ (id<ISCIList>)create:(SCIDataType)dataType capacity:(NSInteger)capacity;
Swift
class func create(_ dataType: SCIDataType, capacity: Int) -> ISCIList!
Parameters
dataType
The type of items to be placed in list.
capacity
The init size of list.
Return Value
A list instance.