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