LineChartXAxisIndexCursor action when dragged

Hello,
in the application I am using Line chart with cursor on X axis. I have function written to always keep the cursor at rightmost position to read live value.

Its also possible to drag the cursor to any position on the X axis to read values at specific times. I need to disable the live chart functionality when cursor is dragged. Click action seems to be not working if cursor is clicked or dragged and dropped. Even in Server/info click of the cursor does not generate event.

Do you have any ideas how to solve it?
Thanks
Ondrej

Can anyone from BRCommunity help? :woman_student:

I solved the issue my way, with monitoring the change of the cursor time. I think this is workaround since cursor has event of “click”. This event I was not able to trigger in our application with clicking or dragging and dropping the cursor.

1 Like

thanks for update @Ondrej_Petr