ChartDirector 6.0 (ColdFusion Edition)
WebChartViewer.setZoomDirection
Usage
Description
Constant | Value | Description |
---|---|---|
DirectionHorizontal | 0 | Zoom actions apply to horizontal direction only. |
DirectionVertical | 1 | Zoom actions apply to vertical direction only. |
DirectionHorizontalVertical | 2 | Zoom actions apply to both horizontal and vertical directions. |
Arguments
Argument | Default | Description |
---|---|---|
direction | (Mandatory) | The zoom direction for mouse zoom actions. |
Return Value