Page 1 of 1

Cursor tool change with outside buttons

Posted: Wed Jul 25, 2018 9:44 am
by 14047022
Hi,

I have 4 buttons outside of canvas area, so that if i click left and right buttons cursor position will move right or left for y-axis similar if i click bottom or top buttons x-axis will move or increment to 1 number, i'm trying this and i'm getting issue for first move as chart old value showing differently, how can i achieve this? please give me suggestions or solution. If required more information i can provide.

Regards,
SKumar

Re: Cursor tool change with outside buttons

Posted: Fri Jul 27, 2018 10:47 am
by yeray
The Cursor tool in TeechartJS wasn't designed to be repositioned by code. See the ticket #821.

Instead, you could draw two lines manually as here.

Re: Cursor tool change with outside buttons

Posted: Wed Aug 01, 2018 4:02 am
by 14047022
Thanks, this is working fine.