XY Chart MouseClicked event

Good afternoon,
I need to have in the script of event MouseClicked values of XY coordinates in correspondence of mouse cursor.
Is it possible ?

Thank You

i think they recently added in the last build (could be nightly build) that you can click on the graphs.
As thats why you would need the coordinates i gues?

I need coordinates XY to open a popup with coordinates XY of chart as parameters.

the onmouseclick/release event has some coordinates properties, they arent dynamic to the chart tho. so you would need some maths to adjust them i guess using the charts position and dimenions.
I do suggest checking out those new chart events tho