public class SeriesInfo3D<T extends IRenderableSeries3D> extends com.scichart.charting.visuals.renderableSeries.hitTest.SeriesInfoCore<T> implements IHitTestInfoUpdatable3D
Modifier and Type | Field and Description |
---|---|
DoublePoint3D |
hitVertex |
Point3D |
hitVertexCoords |
Constructor and Description |
---|
SeriesInfo3D(T renderableSeries) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected java.lang.CharSequence |
formatXCursorValue(java.lang.Comparable<?> xValue)
Returns a value formatted using X axis format for cursors.
|
protected java.lang.CharSequence |
formatYCursorValue(java.lang.Comparable<?> yValue)
Returns a value formatted using Y axis format for cursors.
|
protected java.lang.CharSequence |
formatZCursorValue(java.lang.Comparable<?> zValue)
Returns a value formatted using Z axis format for cursors.
|
java.lang.CharSequence |
getFormattedXValue()
Gets the formatted
xValue |
java.lang.CharSequence |
getFormattedYValue()
Gets the formatted
yValue |
java.lang.CharSequence |
getFormattedZValue()
Gets the formatted
zValue |
IRenderableSeries3D |
getRenderableSeries() |
void |
update(HitTestInfo3D hitTestInfo) |
public final DoublePoint3D hitVertex
public final Point3D hitVertexCoords
public SeriesInfo3D(T renderableSeries)
public void update(HitTestInfo3D hitTestInfo)
update
in interface IHitTestInfoUpdatable3D
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class com.scichart.charting.visuals.renderableSeries.hitTest.SeriesInfoCore<T extends IRenderableSeries3D>
public final IRenderableSeries3D getRenderableSeries()
getRenderableSeries
in interface IHitTestInfoUpdatable3D
public final java.lang.CharSequence getFormattedXValue()
xValue
xValue
protected java.lang.CharSequence formatXCursorValue(java.lang.Comparable<?> xValue)
xValue
- The value to formatpublic final java.lang.CharSequence getFormattedYValue()
yValue
yValue
protected java.lang.CharSequence formatYCursorValue(java.lang.Comparable<?> yValue)
yValue
- The value to formatpublic final java.lang.CharSequence getFormattedZValue()
zValue
zValue
protected java.lang.CharSequence formatZCursorValue(java.lang.Comparable<?> zValue)
zValue
- The value to format