07-15-2013 08:49 AM
Is it possible to force data-linked cursors to be inside plot area? So that if Y is more than Y axis max, then cursor will be at the top, and if Y is less than Y axis min, cursor is at the bottom, and same for X? I have an idea how to make it manually, but maybe there is a simpler way...
07-15-2013 02:16 PM
There is no configuration property available to constrain the value of a cursor. For the manual implementation, you can listen to the PositionChanged
event and modify the current position with the SetDataPosition
method, if necessary.