"removeCurve"

Deletes a trend curve.

Synopsis

setValue(string shape, "removeCurve", string curve);

getValue(string shape, "removeCurve", string curve);

shape.removeCurve(string curve);

Parameters

Parameter Description
shape Name of the object
curve The curve that should be deleted

Description

Deletes a trend curve.

Example

This example deletes the trend curve "Curve1".

main()
{
  TREND1.removeCurve("Curve1");
}

Assignment

Trend