
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIRenderableSeriesCollection
@interface SCIRenderableSeriesCollection
: SCIObservableCollection <id <ISCIRenderableSeries>>
Contains a collection of ISCIRenderableSeries
-
Initializes a new instance of
SCIRenderableSeriesCollection
class.Declaration
Objective-C
- (nonnull instancetype)initWithCollection: (nonnull NSArray<id<ISCIRenderableSeries>> *)collection;
Parameters
collection
The array with items to add.