
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIDataSeriesUpdate
enum SCIDataSeriesUpdate : NSUInteger {}
Enumeration constants to define the type of update when the SCIDataSeries
has changed.
-
The Data Series has been updated.
Declaration
Objective-C
SCIDataSeriesUpdate_Updated = 0x00000001
-
The Data Series has been cleared.
Declaration
Objective-C
SCIDataSeriesUpdate_Cleared = 0x00000002