skip to main content
Charts > Programmer's documentation > Building Web Applications > Accessible displays in web applications > Interacting with the view
 
Interacting with the view
Zooming the view
The following table lists the default key combinations for zooming actions.
 
Action
Description
Default key combination
zoomInByX
Zooms in on an area of the view by the x axis.
Shift+Plus (+)
zoomOutByX
Zooms out of an area of the view by the x axis.
Shift+Minus (-)
zoomInByY
Zooms in on an area of the view by the y axis.
Alt+Plus (+)
zoomOutByY
Zooms out of an area of the view by the y axis.
Alt+Minus (-)
Panning the view
To pan the view, you must set IlvChartPanInteractor as the active interactor of the view.
The following table lists the default key combinations for panning actions.
 
Action
Description
Default key combination
panLeft
Pans the view to the left.
Ctrl+Left Arrow
panRight
Pans the view to the right.
Ctrl+Right Arrow
panUp
Pans the view up.
Ctrl+Up Arrow
panDown
Pans the view down.
Ctrl+Down Arrow
Resizing the view
Move the current focus to the resize button in the lower right corner of the view to resize the view.
The following table lists the default key combinations for resizing the view.
 
Action
Description
Default key combination
resizeLeft
Resizes the view to the left.
Ctrl+Left Arrow
resizeRight
Resizes the view to the right.
Ctrl+Right Arrow
reszieUp
Resizes the view up.
Ctrl+Up Arrow
resizeDown
Resizes the view down.
Ctrl+Down Arrow

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.