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