"textDirection"

Defines the text direction in a vertical progress bar.

Synopsis

shape.textDirection(float limit);

Parameters

Parameter Description
limit Upper limit of the value range.

Description

Defines the text direction in a vertical progress bar.

Example

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

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

Assignment

DialGauge EWO