ChartDirector 6.1 (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.

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