This is a migrated thread and some comments may be shown as answers.

HierarchyManager and zooming&scrolling

1 Answer 47 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Lauren
Top achievements
Rank 1
Lauren asked on 07 Dec 2010, 05:49 PM
Hi

1. I saw that with the latest dlls, the user can navigate back and forth when using the drill down features.
Would there be a way to use the HierarchyManager to also navigate back and forth when zooming and scrolling ? For example, after zooming in, i want to go back to my previous zoomed state ?

2. When using zooming & scrolling, it can happen that the user zooms or scrolls in an area where there is no data. Therefore the No Data Series message is displayed, but the zooming bar disappeared (same if the IsNoDataMessageEnabled = false). Therefore there is no easy way to zoom out or scroll away from this area. 
Is there anything i could enable/disable so that instead of having a blank chart area, i can still see the empty chart area AND the axis with zoom bar so i can get away ?

Any help is greatly appreciated.

Cheers.
Laurence 

1 Answer, 1 is accepted

Sort by
0
Evgeni "Zammy" Petrov
Telerik team
answered on 10 Dec 2010, 01:04 PM
Hi Lauren,

 1. Currently this is not supported. Hierarchical Manager is specially created for hierarchical data and cannot be used for zooming and scrolling. We understand the need of back and forward functionality in the zooming and scrolling scenario but we cannot commit to any date or implementation as it is still on the drawing board.

2. You can limit how much it can be zoomed in by setting the min zoom range:

ZoomScrollSettings zoomSettings = new ZoomScrollSettings();
zoomSettings.MinZoomRange = 0.01;
I believe we had that issue (disappearing scrollbar) but our current build seems to be cured of it. Next week we are releasing SP1 for Q3.

If the SP1 does not fix the issue please do not hesitate to contact us.

Regards,
Evgeni "Zammy" Petrov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
Lauren
Top achievements
Rank 1
Answers by
Evgeni "Zammy" Petrov
Telerik team
Share this question
or