iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIAttachableObservableCollection
@interface SCIAttachableObservableCollection<T : id <ISCIAttachable>>
: SCIObservableCollection <T>
<ISCIAttachable, ISCIServiceProvider, ISCICommonInitializer>
Defines a collection implementation which allows to get notification about adding, removing objects from it.
Note
T is the type of underlying objects.
-
Initializes a new instance of
SCIAttachableObservableCollectionclass.Declaration
Objective-C
- (nonnull instancetype)initWithCollection:(nonnull NSArray<T> *)collection;Swift
init(collection: [T])Parameters
collectionThe collections with
ISCIAttachableitems to add.
View on GitHub