Page 1 of 1

newCursor = "ew-resize" not working

Posted: Fri May 05, 2023 11:20 am
by 17795639
Hi,
I am changing the cursor properties from 'pointer' to 'ew-resize' on mouse events,
But it's not working. Is that the correct property for the cursor? :?: :?: :?: :?: :?:

Re: newCursor = "ew-resize" not working

Posted: Tue May 09, 2023 4:07 pm
by Marc
Hello,

Yes, depending on what you set it for. A series will take it:

eg.
Chart1.series.items[0].cursor = "e-resize"; // ..or... "move"; //"n-resize"; //"default";

Regards,
Marc