ChartDirector 6.0 (ColdFusion Edition)
JsChartViewer.setZoomDirection
Usage
Description
Constant | Value | Description |
---|---|---|
JsChartViewer.Horizontal | 0 | Zoom actions apply to horizontal direction only. |
JsChartViewer.Vertical | 1 | Zoom actions apply to vertical direction only. |
JsChartViewer.HorizontalVertical | 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