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_AddSwift
case add = 0 -
Remove one or more items from collection
Declaration
Objective-C
SCICollectionChangedAction_RemoveSwift
case remove = 1 -
Replace one or more items in collection
Declaration
Objective-C
SCICollectionChangedAction_ReplaceSwift
case replace = 2 -
Reset the content of collection
Declaration
Objective-C
SCICollectionChangedAction_ResetSwift
case reset = 3
View on GitHub