Change base coordinates
-
I got the coordinates of the mouse pointer (image), but it gives me the distance based on the top left of the chart. I want the base coordinates (x=0 and y=0) to be at the top right of the chart. How can it be changed?
-
@sara-m You can verify the coordinates drawing an object on the chart or a text label and then check its coordinates,after use them on your object block

-
I want to change the base coordinates (x = 0, y = 0) obtained from this block to the upper right corner of the graph. what's the solution?
@sara-m
The position of the coordinates in the diagram:

-
@Uriel-0 ؟
-
@sara-m Wow, this is new to me!
I didn't know you could get that info. I' never tried it, but I guess the way to get what you want is knowing the exact distance in pixels of your screen width. That will be you X distance. Then the distance in pixels of your screen hight. That will be the Y distance. Please don't hesitate to share your tests here. I'm really interested.