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