public class FixedErrorBarsRenderPassData extends ErrorBarsRenderPassData
FastFixedErrorBarsRenderableSeries
Modifier and Type | Field and Description |
---|---|
double |
errorHigh |
double |
errorLow |
dataPointWidthPx, errorDirection, errorMode, errorType
highCoords, highValues, lowCoords, lowValues
yCoords, yValues
indices, xCoords, xValues
lock, viewportSize, xCoordCalc, xPointRange, yCoordCalc
Constructor and Description |
---|
FixedErrorBarsRenderPassData() |
Modifier and Type | Method and Description |
---|---|
protected void |
updateHighLowCoords(int size,
ICoordinateCalculator coordCalc)
Updates pixels coordinates for high, low values stored in this render pass data.
|
clear, dispose
updateCoords
pointsCount
getLock, getViewportSize, getXCoordinateCalculator, getYCoordinateCalculator, isDataEvenlySpaced, isDataSortedAscending, isValid, isValidForUpdate, isVerticalChart, onBeginDataUpdate, onEndDataUpdate
close, tryDispose, tryDispose, tryDispose, tryDispose
protected void updateHighLowCoords(int size, ICoordinateCalculator coordCalc)
updateHighLowCoords
in class ErrorBarsRenderPassData
size
- The amount of points to updatecoordCalc
- Coordinate calculator used for conversion