Search results

IPointEventArgs API in React Chart API component

Properties

cancel

boolean

Defines the event’s cancellation status.

chart

Chart

Defines the chart instance where the point was clicked.

name

string

Defines the name of the event.

pageX

number

Defines the x-coordinate of the mouse relative to the page.

pageY

number

Defines the y-coordinate of the mouse relative to the page.

point

Points

Defines the clicked point.

pointIndex

number

Defines the index of the clicked point within the series.

series

SeriesModel

Defines the series associated with the clicked point.

seriesIndex

number

Defines the index of the series containing the clicked point.

x

number

Defines the x-coordinate of the mouse when the point was clicked.

y

number

Defines the y-coordinate of the mouse when the point was clicked.