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