"maxRulerCount"

Specifies how many rulers per trend area can be used.

Synopsis

setValue(string shape, "maxRulerCount", int area, int count);

shape.maxRulerCount(int area, int count);

Parameter

Parameter Description
area Name of the trend area
count Maximum number of rulers

Description

The attribute "maxRulerCount" specifies how many rulers per trend area shall be available for the user.

Example

In the following example, the maximum number of available rulers for trend area 1 will be set to 5.

main()
{
  this.maxRulerCount(1, 5);
}

Assignment

Trend