Chart3DPointEventArgs

23 Sep 20251 minute to read

Represents event arguments for 3D point interactions.

Properties

cancel boolean

Defines the event cancel status.

point Chart3DPoint

Defines the point where the mouse hovered or clicked.

pointIndex number

Defines the point index where the mouse hovered or clicked.

series Chart3DSeriesModel

Defines the series where the mouse hovered or clicked.

seriesIndex number

Defines the series index where the mouse hovered or clicked.

x number

Specifies the current mouse X-coordinate.

y number

Specifies the current mouse Y-coordinate.