Issue Details
When updating the X scale of an XY graph using events, the axis markers in the scale appear to be out of place, affecting the readability of the graph.
I am using the Mouse Down and Mouse Up events, along with property nodes, to update the graph by clicking on a starting point in the scale and releasing the mouse button in another position within the same axis scale, allowing me to visualize certain parts of the plot in greater detail. It works as intended, but after updating the scale, a value can be seen on top of another or out of place from a tick marker, while one of the tick markers shows no value associated with it.
If the clicks are made on the plot area and not the scale, this problem is not seen. How can I avoid this behavior?