ChartDirector 6.0 (C++ Edition)
ViewPortManager.updateFullRangeH
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
id | (Mandatory) | The name of the horizontal 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