"topLevelItemCount"
Defines the number of top level items.
Synopsis
shape.topLevelItemCount(float limit);
Parameters
Parameter | Description |
---|---|
number | Number of top level items |
Description
Defines the number of top level items.
Example
In the following example a upper limit of 150 is defined.
main()
{
this.topLevelItemCount(150);
}
Assignment
DialGauge EWO