"timeGridInterval"

Defines whether the grid shall be displayed at the marks of the time axis.

Synopsis

shape.timeGridInterval(float limit);

Parameters

Parameter Description
grid

0: grid is not shown

1: grid is shown

Description

Defines whether the grid shall be displayed at the marks of the time axis.

Example

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

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

Assignment

DialGauge EWO