"numTrendAreas"

Defines the number of trend areas for the trend widget.

Synopsis

shape.numTrendAreas(int areas);

Parameters

Parameter Description
areas Number of trend areas

Description

Defines the number of trend areas for the trend widget.

Example

In the following example the number of trend areas is set to 2.

main()
{
  TREND1.numTrendAreas(2);
}

Assignment

Trend