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