Replies: 1 comment 1 reply
-
Hello This method is called internally when the pointer moves over the chart, it just updates the crosshair position: You can call it if you require to update the crosshair. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working with a charting library and came across the InvalidateCrosshair method in the CoreAxis class. The method signature is as follows:
I understand that this method is used to update the crosshair on a chart, but I'm not sure how to use it correctly. Could someone provide an example of how to call this method and explain what the chart and pointerPosition parameters represent? Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions