ChartDirector 7.1 (C++ Edition)
ViewPortManager.
Usage
Description
Arguments
Argument | Default | Description |
---|---|---|
scrollDirection | (Mandatory) | The allowed scroll direction. Must be one of the predefined constants DirectionHorizontal, DirectionVertical and DirectionHorizontalVertical for horizontal, vertical and bi-directional scrolling. |
deltaX | (Mandatory) | The change in mouse x-coordinates. A positive change means the drag is to the right. A negative change means the drag is to the right. |
deltaY | (Mandatory) | The change in mouse y-coordinates. A positive change means the drag is to the bottom. A negative change means the drag is to the top. |
Return Value