Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

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)

renderableSeries

renderableSeries: IRenderableSeries3D

The associated RenderableSeries

xIndex

xIndex: number

When isHit is true, this is the index to the X-cell in the UniformGridDataSeries3D that was hit

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

zIndex

zIndex: number

When isHit is true, this is the index to the Z-cell in the UniformGridDataSeries3D 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