Group: Forum Members
Last Active: 7 Months Ago
Posts: 4,
Visits: 85
|
Hello everyone, I am currently using the nevron chart components in VB .NET and I was trying to apply the exmaple (All Examples -> Interactivity -> Tools -> Axis Scroll Tool), this is a 2D Chart with 2 Panels, each panel having its own Y-Axis but a shared X-Axis. In the example the zooming of both charts should be limited only to the X-Axis ( this works perfectly as long as the zooming tool animation is enabled ( nDataZoomTool.AnimateZooming= true), however once the animation is disabled the zooming behavior will not function properly.
If zooming is done in chart 1 the y-axis visible range for chart 1 remains the same but the y-axis visible range for chart 2 is not the same anymore. And vice versa.
Is there a way to fix this behaviour when the AnimateZooming option is set to false.
Thanks in advance for your help.
|