public class PointLineRenderPassData3D extends XyzRenderPassData3D
PointLineRenderableSeries3D
Modifier and Type | Field and Description |
---|---|
com.scichart.core.model.IntegerValues |
lineColors |
com.scichart.core.model.IntegerValues |
pointColors |
com.scichart.core.model.FloatValues |
pointSizes |
xCoords, xValues, zCoords, zValues
yCoords, yValues
lock, xCoordCalc, yCoordCalc, zCoordCalc
Constructor and Description |
---|
PointLineRenderPassData3D() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
dispose() |
updateCoords
getPointsCount
getLock, getUpdateFlags, getXCoordinateCalculator, getYCoordinateCalculator, getZCoordinateCalculator, isValid, isValidForUpdate, onBeginDataUpdate, onEndDataUpdate
close, tryDispose, tryDispose, tryDispose, tryDispose
public final com.scichart.core.model.IntegerValues pointColors
public final com.scichart.core.model.FloatValues pointSizes
public final com.scichart.core.model.IntegerValues lineColors
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class XyzRenderPassData3D
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
dispose
in class XyzRenderPassData3D