"verticalScrollMode"

Defines the scroll mode in vertical direction.

Synopsis

shape.verticalScrollMode(float limit);

Parameters

Parameter Description
limit Upper limit of the value range.

Description

Defines the scroll mode in vertical direction.

Example

In the following example a upper limit of 150 is defined.

main()
{
  this.verticalScrollMode(150);
}

Assignment

DialGauge EWO