newCursor = "ew-resize" not working

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
aaron
Newbie
Newbie
Posts: 30
Joined: Mon Apr 17, 2023 12:00 am

newCursor = "ew-resize" not working

Post by aaron » Fri May 05, 2023 11:20 am

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? :?: :?: :?: :?: :?:

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: newCursor = "ew-resize" not working

Post by Marc » Tue May 09, 2023 4:07 pm

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
Steema Support

Post Reply