
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCICollectionChangedAction
enum SCICollectionChangedAction : NSUInteger {}
Defines an enumeration with collection changed types.
-
Add one or more items from collection
Declaration
Objective-C
SCICollectionChangedAction_Add
-
Remove one or more items from collection
Declaration
Objective-C
SCICollectionChangedAction_Remove
-
Replace one or more items in collection
Declaration
Objective-C
SCICollectionChangedAction_Replace
-
Reset the content of collection
Declaration
Objective-C
SCICollectionChangedAction_Reset