Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

Index

Constructors

constructor

Properties

dataSeriesIndex

dataSeriesIndex: number

When isHit is true, this is the index of the data-point in the XyzDataSeries3D that was hit

dataSeriesName

dataSeriesName: string

The name of the associated DataSeries

dataSeriesType

dataSeriesType: EDataSeriesType3D

Protected hitTestInfo

hitTestInfo: HitTestInfo3D

hitWorldCoords

hitWorldCoords: Vector3

When isHit is true, this is the Vector3 3D World Coordinates of the data-point that was hit

isEmpty

isEmpty: boolean = false

When true, the SeriesInfo3D is empty

isHit

isHit: boolean

When true, the result of the hit-test operation is hit (mouse over data-point)

pointMetadata

pointMetadata: IPointMetadata3D

When isHit is true, this metadata on the data-point in the XyzDataSeries3D that was hit

renderableSeries

renderableSeries: IRenderableSeries3D

The associated RenderableSeries

xValue

xValue: number

When isHit is true, this is the X-value of the data-point in the XyzDataSeries3D that was hit

yValue

yValue: number

When isHit is true, this is the Y-value of the data-point in the XyzDataSeries3D that was hit

zValue

zValue: number

When isHit is true, this is the Z-value of the data-point in the XyzDataSeries3D that was hit

Methods

Static empty

Generated using TypeDoc