ChartDirector 7.1 (C++ Edition)
ViewPortManager.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
zoomDirection | (Mandatory) | The allowed zoom direction. Must be one of the predefined constants DirectionHorizontal, DirectionVertical and DirectionHorizontalVertical for horizontal, vertical and bi-directional zooming. |
x1 | (Mandatory) | The x-coordinate of one vertices of the selected rectangular region. |
y1 | (Mandatory) | The y-coordinate of one vertices of the selected rectangular region. |
x2 | (Mandatory) | The x-coordinate of the vertex that is opposite to the vertex (x1, y1). |
y2 | (Mandatory) | The y-coordinate of the vertex that is opposite to the vertex (x1, y1). |
Return Value