/ Circular3d / Circular3DPointEventArgs
Search results

Circular3DPointEventArgs API in JavaScript Circular3d API control

Represents event arguments for points in a circular 3D chart.

Properties

chart

Circular3D

Defines the current instance of the circular 3D chart.

pageX

number

Defines the x-coordinate of the mouse pointer in the window’s page coordinates.

pageY

number

Defines the y-coordinate of the mouse pointer in the window’s page coordinates.

point

Circular3DPoints

Defines the current data point.

pointIndex

number

Defines the index of the data point.

series

Circular3DSeriesModel

Defines the current series associated with the point.

seriesIndex

number

Defines the index of the series.

x

number

Defines the x-coordinate of the mouse pointer during the event.

y

number

Defines the x-coordinate of the mouse pointer during the event.