"unlinkCurves"
Separates linked curves.
Synopsis
setValue(string shape, "unlinkCurves", string curve1, string
curve2);
shape.unlinkCurves(string curve1, string curve2);
Parameters
Parameter | Description |
---|---|
shape | Name of the object. |
curve1 | Name of the curve whose scale values have been applied. |
curve2 | Name of the curve to which the scale values of curve1 have been applied and which shall have its own scale values again. |
Description
This attribute is used to separate two linked curves. Zoom and Movement of the axes then only apply to one curve.
"linkCurves" and "unlinkCurves" should not be called twice with the same curve pair.
EXAMPLE
The first screenshot shows two linked curves. The second screenshot shows two separated curves.
Assignment
Trend