"addTrendArea"

The attribute "addTrendArea" adds a new trend area to the trend.

Synopsis

setValue(string shape, "addTrendArea");

getValue(string shape, "addTrendArea");

shape.addTrendArea();

Parameter

-

Description

The attribute "addTrendArea" adds a new trend area to the trend.

Example

In the following example, a new trend area is added to a trend.

main()
{
  this.addTrendArea();
}

Assignment

Trend