Hello All,
Is there a way to have a cursor modifier display on a mouse left/center/right click instead of automatically showing when the mouse is over the chart? I tried setting the ExecuteOn property but had no effect.
Thanks in advance,
Sergio.
- Sergio Faura asked 1 year ago
- You must login to post comments
Hello Sergio,
Take a look at this example https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/CustomerExamples/CustomRolloverModifier
You should be able to override the CusorModifier the same way and add your custom logic.
- Jim Risen answered 1 year ago
- You must login to post comments
Thank you this is exactly what i needed!
- Sergio Faura answered 1 year ago
- You must login to post comments
Please login first to submit.