shieldui - Zooming in to the number of selected points of Shield UI ASP.NET Chart -


how can zoom in number of points have selected on shield ui asp.net chart? enable necessary property:

    <settings enablepointselection="true">     </settings> 

but can’t figure out how invoke zoom in after selection made.

shield ui asp.net chart adopts new , more convenient zooming/panning concept leaves out possibility of selecting multiple adjacent points , zooming in them. instead using scroll wheel user can zoom in , out easier. in addition holding down mouse left button user can move chart points of interest in middle of plot area. 1 example can found here:

http://demos.shieldui.com/aspnet/spline-chart/zoom

in respect above information points selection has nothing chart’s zooming.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -