ChartDirector 7.0 (Java Edition)

ChartViewer.setViewPortHeight


Usage

public void setViewPortHeight(double height)

Description

Sets the height of the viewport.

The viewport height is expressed as a fraction of the height of the underlying surface. It should be between 0 and 1.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the viewport.

Return Value

None