ChartDirector 7.0 (Java Edition)
ChartViewer.setZoomOutHeightLimit
Usage
public void setZoomOutHeightLimit(double height)
Description
Sets the viewport height at maximum zoom out.
This method determines the maximum allowed viewport height. It should be between 0 and 1. The default is 1, which means at maximum zoom out, the viewport height will cover the entire underlying surface.
Arguments
Argument | Default | Description |
height | (Mandatory) | The maximum allowed viewport height. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.