
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIDataSeriesType
enum SCIDataSeriesType : NSUInteger {}
Enumeration constants to define the Type of SCIDataSeries
.
-
The
SCIDataSeries
which contains the Xy data.Declaration
Objective-C
SCIDataSeriesType_Xy
-
The
SCIDataSeries
which contains the Xyy data.Declaration
Objective-C
SCIDataSeriesType_Xyy
-
The
SCIDataSeries
which contains the Xyz data.Declaration
Objective-C
SCIDataSeriesType_Xyz
-
The
SCIDataSeries
which contains the XyError data.Declaration
Objective-C
SCIDataSeriesType_Hl
-
The
SCIDataSeries
which contains the OHLC data.Declaration
Objective-C
SCIDataSeriesType_Ohlc
-
The
SCIDataSeries
which contains the data from 2D array.Declaration
Objective-C
SCIDataSeriesType_HeatMap