Hi all, I'm using all this tools and it works just fine.
nChartControl1.Controller.Tools.Add(new NDataCursorTool());
nChartControl1.Controller.Tools.Add(new NSelectorTool());
nChartControl1.Controller.Tools.Add(new NAxisScrollTool());
nChartControl1.Controller.Tools.Add(new NDataZoomTool());
nChartControl1.Controller.Tools.Add(new NDataPanTool());
The only problem is when I click outside off the chart area, like title for instance, the AxisCursor disappear and only gets back when I clicked the series area.
I already get the mouse event and notice that the "nChartControl1.Controller.ActiveTool"
is null.
Can anyone advise?