TX
- The type of X-DataTY
- The type of Y-Datapublic interface IXDataSeries<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>> extends IXDataSeriesValues<TX,TY>
Modifier and Type | Method and Description |
---|---|
void |
removeAt(int index)
Removes data points at specified location
|
void |
removeRange(int startIndex,
int count)
Removes the range of data points
|
getXValues
addObserver, clear, clear, getAcceptsUnsortedData, getCount, getDataSeriesType, getFifoCapacity, getHasValues, getIndicesXRange, getIndicesYRange, getLock, getSeriesName, getWindowedYRange, getWindowedYRange, getXMath, getXMax, getXMin, getXRange, getXType, getYMath, getYMax, getYMin, getYRange, getYType, isFifo, removeObserver, setAcceptsUnsortedData, setFifoCapacity, setSeriesName
void removeAt(int index)
index
- The index of data point to removevoid removeRange(int startIndex, int count)
startIndex
- The index of the first data point to removecount
- The amount of points to remove