08-22-2023 05:41 AM
Hey!! I was wondering that if I have created 2 cursors in a graph is there a way to move both of them at the same time like a box instead of individually moving both the cursors. What I am doing here is extracting a specific portion of the waveform and displaying it's FFT.
08-22-2023 06:15 AM
Hi amnazafar,
amnazafar021@gmail.com wrote:
if I have created 2 cursors in a graph is there a way to move both of them at the same time like a box instead of individually moving both the cursors.
Use the CursorMove event to react on user actions and to read the current cursor position and move the other cursor as needed…