ChartDirector 7.0 (Java Edition)

ChartViewer.updateFullRangeV


Usage

public void updateFullRangeV(String id, {double | java.util.Date} minValue, {double | java.util.Date} maxValue, int updateType)

Description

Updates the full range of a vertical viewport data scale.

This method is similar to ChartViewer.updateFullRangeH except that it is for vertical instead of horizontal data scale. Please refer to ChartViewer.updateFullRangeH for the explanation on its usage.

Arguments

ArgumentDefaultDescription
id(Mandatory)The name of the vertical data scale.
minValue(Mandatory)The new minimum value of the data scale.
maxValue(Mandatory)The new maximum value of the data scale.
updateType(Mandatory)The method to update the viewport. Must be one of ViewPortNoUpdate, KeepVisibleRange, ScrollWithMax or ScrollWithMin.

Return Value

None