"curveName"

The attribute "curveName" renames a curve.

Synopsis

setValue(string shape, "curveName", string oldName, string newName);

shape.curveName(string oldName, string newName);

Parameters

Parameter Description
shape Name of the object
oldName The old name of the curve
NewName The new name of the curve

Description

The attribute "curveName" renames a curve.

Example

In the following example, the curve "curve_old" is renamed to "curve_new".

this.curveName("curve_old","curve_new");

Assignment

Trend