public class XyRenderPassData extends XSeriesRenderPassData
XyRenderableSeriesBase
Modifier and Type | Field and Description |
---|---|
com.scichart.core.model.FloatValues |
yCoords |
com.scichart.core.model.DoubleValues |
yValues |
indices, xCoords, xValues
lock, viewportSize, xCoordCalc, xPointRange, yCoordCalc
Constructor and Description |
---|
XyRenderPassData() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
dispose() |
protected void |
updateCoords(int size)
Updates pixels coordinates stored in this render pass data
|
pointsCount
getLock, getViewportSize, getXCoordinateCalculator, getYCoordinateCalculator, isDataEvenlySpaced, isDataSortedAscending, isValid, isValidForUpdate, isVerticalChart, onBeginDataUpdate, onEndDataUpdate
close, tryDispose, tryDispose, tryDispose, tryDispose
public final com.scichart.core.model.DoubleValues yValues
public final com.scichart.core.model.FloatValues yCoords
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class XSeriesRenderPassData
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
dispose
in class XSeriesRenderPassData
protected void updateCoords(int size)
updateCoords
in class XSeriesRenderPassData
size
- The amount of points to update