"mouseWheelZoomsValue"

With the trend attribute "mouseWheelZoomsValue" you can deactivate the zooming with the mouse wheel for the value axis of a trend.

Synopsis

shape.mouseWheelZoomsValue(bool);

Parameter

Parameter Description
bool If the attribute is set to 0, the zooming of the value axis is deactivated.

Description

With the trend attribute "mouseWheelZoomsValue" you can deactivate the zooming with the mouse wheel for the value axis of a trend.

Example

This example deactivates the zooming of the value axis of a trend with the mouse wheel.

main()
{
  TREND2.mouseWheelZoomsValue(FALSE);
}

Assignment

Trend