Profile Picture

Zoom tools on chart with several vertical axes

Posted By Ereona 12 Years Ago
Author
Message
Ereona
Posted 12 Years Ago
View Quick Profile
Forum Member

Forum Member (43 reputation)Forum Member (43 reputation)Forum Member (43 reputation)Forum Member (43 reputation)Forum Member (43 reputation)Forum Member (43 reputation)Forum Member (43 reputation)Forum Member (43 reputation)Forum Member (43 reputation)

Group: Forum Members
Last Active: 11 Years Ago
Posts: 43, Visits: 1
Hello.
I use several vertical axes on NCartesianChart, they are displaying one above the other. And I have the tools for data zooming:

_chartControl.Controller.Tools.Add(new NSelectorTool());
_chartControl.Controller.Tools.Add(new NAxisScrollTool());
_chartControl.Controller.Tools.Add(new NDataPanTool());
_chartControl.Controller.Tools.Add(new NDataZoomTool());

But if I use the zoom tool it is applied only to primary vertical axis (other axes are custom axes). I.e. the zooming rectangle appears only on the part of chart where is primary axis and I cannot zoom other axes. See the attachment. Is it possible to obtain something like WithZoomDesired.png? I tried to use slaves, but result is not as I need.

Attachments
WithoutZoom.png (69 views, 56.00 KB)
WithZoomNow.png (67 views, 55.00 KB)
WithZoomDesired.png (58 views, 180.00 KB)



Similar Topics


Reading This Topic