ChartDirector 7.0 (ASP/COM/VB Edition)
JsChartViewer.setZoomInHeightLimit
Usage
setZoomInHeightLimit(height)
Description
Sets the viewport height at maximum zoom in.
In many applications, it is desirable to set a maximum zoom in level, instead of allowing the user to zoom in indefinitely.
This method determines the minimum allowed viewport height. It should be between 0 and 1. The default is 0.01, which means a maximum zoom in of 100x (the viewport see only 1% of the underlying surface).
Arguments
Argument | Default | Description |
height | (Mandatory) | The minimum allowed viewport height. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.