"removeTrendArea"

Deletes a trend area.

Synopsis

setValue(string shape, "removeTrendArea", int area);

shape.removeTrendArea(int area);

Parameters

Parameter Description
shape Name of the object
area The trend area that will be deleted. The index starts from 0.

Description

Deletes a trend area.

Example

In the following example, the trend area number 1 will be deleted (meaning the second area since the index starts from 0).

TREND1.removeTrendArea(1);

Assignment

Trend