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