Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
How to disable Crosshair's MouseOver behaviour ?
posted

Hi,

I wanted to control the chart's crosshairPoint programmatically when user select a row from grid data. I can achieve this by using following code.

$("#char1t").igDataChart("option", "crosshairPoint", { x: positionX, y: -5000 });

But, I cannot find a way to disable default behavior of the crosshairPoint where it follows mouse pointer when hovering the chart area.

How to disable crosshair's default MouseOver behaviour?