TX
- The type of X-DataTY
- The type of Y-Datapublic interface IOhlcDataSeriesValues<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>> extends IXDataSeriesValues<TX,TY>
Modifier and Type | Method and Description |
---|---|
com.scichart.data.model.ISciList<TY> |
getCloseValues()
Gets the High Values of this series
|
com.scichart.data.model.ISciList<TY> |
getHighValues()
Gets the High Values of this series
|
com.scichart.data.model.ISciList<TY> |
getLowValues()
Gets the High Values of this series
|
com.scichart.data.model.ISciList<TY> |
getOpenValues()
Gets the High Values of this series
|
getXValues
getAcceptsUnsortedData, getDataSeriesType, getFifoCapacity, getIndicesXRange, getIndicesYRange, getLock, getWindowedYRange, getWindowedYRange, getXMath, getXMax, getXMin, getXRange, getXType, getYMath, getYMax, getYMin, getYRange, getYType, isFifo, setAcceptsUnsortedData, setFifoCapacity
addObserver, clear, clear, getCount, getHasValues, getSeriesName, removeObserver, setSeriesName
com.scichart.data.model.ISciList<TY> getOpenValues()
com.scichart.data.model.ISciList<TY> getHighValues()
com.scichart.data.model.ISciList<TY> getLowValues()
com.scichart.data.model.ISciList<TY> getCloseValues()