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?
newCursor = "ew-resize" not working
Re: newCursor = "ew-resize" not working
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
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