When isHit is true, this is the index of the data-point in the XyzDataSeries3D that was hit
The name of the associated DataSeries
When true, the SeriesInfo3D is empty
When true, the result of the hit-test operation is hit (mouse over data-point)
When isHit is true, this metadata on the data-point in the XyzDataSeries3D that was hit
The associated RenderableSeries
When isHit is true, this is the X-value of the data-point in the XyzDataSeries3D that was hit
When isHit is true, this is the Y-value of the data-point in the XyzDataSeries3D that was hit
When isHit is true, this is the Z-value of the data-point in the XyzDataSeries3D that was hit
The default empty HitTestInfo3D instance
Generated using TypeDoc
XyzSeriesInfo3D is a data-structure which provides enriched information about a hit-test operation on an XYZ series in SciChart 3D. It's derived by calling BaseRenderableSeries3D.hitTest.