TX
- The type of X-DataTY
- The type of Y-Datapublic interface IXyyDataSeries<TX extends java.lang.Comparable<TX>,TY extends java.lang.Comparable<TY>> extends IXyyDataSeriesValues<TX,TY>, IXDataSeries<TX,TY>
FastBandRenderableSeries
,
XyyRenderableSeriesBase
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.Iterable<TX> xValues,
java.lang.Iterable<TY> yValues,
java.lang.Iterable<TY> y1Values)
Appends X, Y and Y1 values to this series
|
void |
append(com.scichart.core.model.IValues<TX> xValues,
com.scichart.core.model.IValues<TY> yValues,
com.scichart.core.model.IValues<TY> y1Values)
Appends X, Y and Y1 values to this series
|
void |
append(TX[] xValues,
TY[] yValues,
TY[] y1Values)
Appends X, Y and Y1 values to this series
|
void |
append(TX xValue,
TY yValue,
TY y1Value)
Appends X, Y and Y1 value to this series
|
void |
insert(int index,
TX x,
TY y,
TY y1)
Inserts X, Y and Y1 value at specified location
|
void |
insertRange(int startIndex,
java.lang.Iterable<TX> xValues,
java.lang.Iterable<TY> yValues,
java.lang.Iterable<TY> y1Values)
Inserts X, Y and Y1 values at specified location
|
void |
insertRange(int startIndex,
com.scichart.core.model.IValues<TX> xValues,
com.scichart.core.model.IValues<TY> yValues,
com.scichart.core.model.IValues<TY> y1Values)
Inserts X, Y and Y1 values at specified location
|
void |
insertRange(int startIndex,
TX[] xValues,
TY[] yValues,
TY[] y1Values)
Inserts X, Y and Y1 values at specified location
|
void |
updateRangeXAt(int index,
java.lang.Iterable<TX> xValues)
Updates X values at specified location
|
void |
updateRangeXAt(int index,
com.scichart.core.model.IValues<TX> xValues)
Updates X values at specified location
|
void |
updateRangeXAt(int index,
TX[] xValues)
Updates X values at specified location
|
void |
updateRangeXyy1At(int index,
java.lang.Iterable<TX> xValues,
java.lang.Iterable<TY> yValues,
java.lang.Iterable<TY> y1Values)
Updates X, Y and Y1 values at specified location
|
void |
updateRangeXyy1At(int index,
com.scichart.core.model.IValues<TX> xValues,
com.scichart.core.model.IValues<TY> yValues,
com.scichart.core.model.IValues<TY> y1Values)
Updates X, Y and Y1 values at specified location
|
void |
updateRangeXyy1At(int index,
TX[] xValues,
TY[] yValues,
TY[] y1Values)
Updates X, Y and Y1 values at specified location
|
void |
updateRangeY1At(int index,
java.lang.Iterable<TY> y1Values)
Updates Y1 values at specified location
|
void |
updateRangeY1At(int index,
com.scichart.core.model.IValues<TY> y1Values)
Updates Y1 values at specified location
|
void |
updateRangeY1At(int index,
TY[] y1Values)
Updates Y1 values at specified location
|
void |
updateRangeYAt(int index,
java.lang.Iterable<TY> yValues)
Updates Y values at specified location
|
void |
updateRangeYAt(int index,
com.scichart.core.model.IValues<TY> yValues)
Updates Y values at specified location
|
void |
updateRangeYAt(int index,
TY[] yValues)
Updates Y values at specified location
|
void |
updateXAt(int index,
TX xValue)
Updates X value at specified location
|
void |
updateXyy1At(int index,
TX xValue,
TY yValue,
TY y1Value)
Updates X, Y and Y1 value at specified location
|
void |
updateY1At(int index,
TY y1Value)
Updates Y1 value at specified location
|
void |
updateYAt(int index,
TY yValue)
Updates Y value at specified location
|
getY1Values
getYValues
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
isDataEvenlySpaced, isDataSortedAscending
removeAt, removeRange
void append(TX xValue, TY yValue, TY y1Value)
xValue
- The X valueyValue
- The Y valuey1Value
- The Y1 valuevoid append(java.lang.Iterable<TX> xValues, java.lang.Iterable<TY> yValues, java.lang.Iterable<TY> y1Values)
xValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid append(TX[] xValues, TY[] yValues, TY[] y1Values)
xValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid append(com.scichart.core.model.IValues<TX> xValues, com.scichart.core.model.IValues<TY> yValues, com.scichart.core.model.IValues<TY> y1Values)
xValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid updateXyy1At(int index, TX xValue, TY yValue, TY y1Value)
index
- The index of point to updatexValue
- The X valueyValue
- The Y valuey1Value
- The Y1 valuevoid updateXAt(int index, TX xValue)
index
- The index of point to updatexValue
- The X valuevoid updateYAt(int index, TY yValue)
index
- The index of point to updateyValue
- The Y valuevoid updateY1At(int index, TY y1Value)
index
- The index of point to updatey1Value
- The Y1 valuevoid updateRangeXyy1At(int index, java.lang.Iterable<TX> xValues, java.lang.Iterable<TY> yValues, java.lang.Iterable<TY> y1Values)
index
- The index of point to updatexValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid updateRangeXAt(int index, java.lang.Iterable<TX> xValues)
index
- The index of point to updatexValues
- The X valuesvoid updateRangeYAt(int index, java.lang.Iterable<TY> yValues)
index
- The index of point to updateyValues
- The Y valuesvoid updateRangeY1At(int index, java.lang.Iterable<TY> y1Values)
index
- The index of point to updatey1Values
- The Y1 valuesvoid updateRangeXyy1At(int index, TX[] xValues, TY[] yValues, TY[] y1Values)
index
- The index of point to updatexValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid updateRangeXAt(int index, TX[] xValues)
index
- The index of point to updatexValues
- The X valuesvoid updateRangeYAt(int index, TY[] yValues)
index
- The index of point to updateyValues
- The Y valuesvoid updateRangeY1At(int index, TY[] y1Values)
index
- The index of point to updatey1Values
- The Y1 valuesvoid updateRangeXyy1At(int index, com.scichart.core.model.IValues<TX> xValues, com.scichart.core.model.IValues<TY> yValues, com.scichart.core.model.IValues<TY> y1Values)
index
- The index of point to updatexValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid updateRangeXAt(int index, com.scichart.core.model.IValues<TX> xValues)
index
- The index of point to updatexValues
- The X valuesvoid updateRangeYAt(int index, com.scichart.core.model.IValues<TY> yValues)
index
- The index of point to updateyValues
- The Y valuesvoid updateRangeY1At(int index, com.scichart.core.model.IValues<TY> y1Values)
index
- The index of point to updatey1Values
- The Y1 valuesvoid insert(int index, TX x, TY y, TY y1)
index
- The index to insert point atx
- The X valuey
- The Y valuey1
- The Y1 valuevoid insertRange(int startIndex, java.lang.Iterable<TX> xValues, java.lang.Iterable<TY> yValues, java.lang.Iterable<TY> y1Values)
startIndex
- The index to insert point atxValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid insertRange(int startIndex, TX[] xValues, TY[] yValues, TY[] y1Values)
startIndex
- The index to insert point atxValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 valuesvoid insertRange(int startIndex, com.scichart.core.model.IValues<TX> xValues, com.scichart.core.model.IValues<TY> yValues, com.scichart.core.model.IValues<TY> y1Values)
startIndex
- The index to insert point atxValues
- The X valuesyValues
- The Y valuesy1Values
- The Y1 values