CircularChart3DPointEventArgs

2 Oct 20251 minute to read

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

Properties

chart CircularChart3D

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 CircularChart3DPoints

Defines the current data point.

pointIndex number

Defines the index of the data point.

series CircularChart3DSeriesModel

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.