Profile Picture

Chart Scales When Rotating

Posted By Karl Baum 9 Years Ago
Author
Message
Karl Baum
Posted 9 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)

Group: Forum Members
Last Active: 9 Years Ago
Posts: 9, Visits: 23

We are evaluating Nevron.
Our plan would be to use a Grid Surface Chart with the NTrackballTool so that the user can rotate it.  In our test implementation the behavior is that the chart zooms in and out when rotated (only slightly).  It is zoomed in when looking straight on and zoomed out when looking diagonal.  The behavior seem to be set to allow the chart to consume the available space.

This behavior can be annoying.  How can I allow rotation without the auto zooming?



Nevron Support
This post has been flagged as an answer
Posted 9 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)Supreme Being (4,435 reputation)

Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054, Visits: 4,009
Hi Karl,

By default the in fit bounds mode the chart will always try to fill as much as possible from the chart panel content bounds, without breaking outside. If you want to disable this feature simply set the bounds mode to none:
nChartControl1.Charts[0].BoundsMode = Nevron.GraphicsCore.BoundsMode.Node;

Hope this helps - let us know if you have any questions.


Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic