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