"mouseWheelZoomsTime"
Enables or disables the mouse-wheel zoom for the time scale of the trend.
Synopsis
setValue( string shape, "mouseWheelZoomsTime ", bool zoom);
getValue( string shape, "mouseWheelZoomsTime ", bool &zoom);
Parameter
Parameter | Description |
---|---|
shape | Object name |
zoom | Enable / Disable Zoom (TRUE/FALSE) |
Description
The attribute "mouseWheelZoomsTime" enables or disables the mouse-wheel zoom for the time scale.
Example
In the following example, the zoom will be disabled.
main()
{
setValue("TREND1", "mouseWheelZoomsTime", false);
}
Assignment
Trend