public class MeshSeriesInfo3D<T extends ContourMeshRenderableSeries3DBase> extends SeriesInfo3D<T>
Modifier and Type | Field and Description |
---|---|
int |
xIndex |
int |
zIndex |
hitVertex, hitVertexCoords
Constructor and Description |
---|
MeshSeriesInfo3D(T renderableSeries) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
update(HitTestInfo3D hitTestInfo) |
formatXCursorValue, formatYCursorValue, formatZCursorValue, getFormattedXValue, getFormattedYValue, getFormattedZValue, getRenderableSeries
public MeshSeriesInfo3D(T renderableSeries)
public void update(HitTestInfo3D hitTestInfo)
update
in interface IHitTestInfoUpdatable3D
update
in class SeriesInfo3D<T extends ContourMeshRenderableSeries3DBase>
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class SeriesInfo3D<T extends ContourMeshRenderableSeries3DBase>