DataSeriesType Enumeration
Enumeration constants to define the Type of IDataSeries<TX,TY>
Members
Member | Description |
---|---|
Heatmap | The IDataSeries<TX,TY> contains the data from 2D array |
Hl | The IDataSeries<TX,TY> contains the XyError data |
Ohlc | The IDataSeries<TX,TY> contains the OHLC data |
Xy | The IDataSeries<TX,TY> contains the Xy data |
Xyy | The IDataSeries<TX,TY> contains the Xyy data |
Xyz | The IDataSeries<TX,TY> contains the Xyz data |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting.model.dataSeries.DataSeriesType
See Also