Profile Picture

Several Controller.Tools combined

Posted By Ricardo Sousa 15 Years Ago
Author
Message
Ricardo Sousa
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 14 Years Ago
Posts: 1, Visits: 1

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?






Similar Topics


Reading This Topic