"numTrendAreas"
Returns the number of trend areas for the trend widget.
Synopsis
int numAreas getValue("TREND1", "numTrendAreas", numAreas);
shape.numTrendAreas(int areas);
Parameters
Parameter | Description |
---|---|
areas | Number of trend areas |
Description
Returns the number of trend areas for the trend widget.
Example
This example returns the number of trend areas.
main()
{
int numAreas;
getValue("TREND1", "numTrendAreas", numAreas);
}
Assignment
Trend