ChartDirector 7.1 (C++ Edition)

ViewPortManager.updateFullRangeV


Usage

void updateFullRangeV(const char *id, double minValue, double maxValue, int updateType);

Description

Updates the full range of a vertical viewport data scale.

This method is similar to ViewPortManager.updateFullRangeH except that it is for vertical instead of horizontal data scale. Please refer to ViewPortManager.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