ChartDirector 7.1 (C++ Edition)
QmlChartViewer.
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. |
KeepAspectRatio | 3 | Zoom actions apply to both horizontal and vertical directions and with the same ratio. |
Arguments
Argument | Default | Description |
---|---|---|
direction | (Mandatory) | The zoom direction for mouse zoom actions. |
Return Value