Options
All
  • Public
  • Public/Protected
  • All
Menu

A non-enriched Hit-Test result (intermediate step) when calling BaseRenderableSeries3D.hitTest. See SeriesInfo3D for the enriched result.

Hierarchy

  • HitTestInfo3D

Index

Constructors

constructor

  • Parameters

    Returns HitTestInfo3D

Properties

Readonly associatedSeries

associatedSeries: IRenderableSeries3D

Gets the associated series that this HitTestInfo3D was generated by

hitTestPoint

hitTestPoint: Point

A screen-coordinate point where hit test is performed premultiplied by DpiHelper.PIXEL_RATIO

Readonly isEmpty

isEmpty: boolean

When true, the HitTestInfo3D is empty

isHit

isHit: boolean

When true, the hitTestPoint (mouse point) was over an object in the 3D scene

selectionIjIndices

selectionIjIndices: Point

i,j selection index provided by SciChart's 3D Engine.

selectionIndex

selectionIndex: number

The selection index provided by SciChart's 3D Engine.

Methods

Static empty

  • The default empty HitTestInfo3D instance

    Returns HitTestInfo3D

Generated using TypeDoc