I'm developing a DrawingTool for NT8 and I need to check when mouse is hovering specific area.
I tried to subscribe to the ChartPanel.ChartControl mouse events OnStateChange function (Historical, SetDefaults, Configure) but every time ChartPanel was null.
How to correctly subscribe to ChartPanel.ChartControl events in DrawingTool?
Comment