"disconnectDirectlyX"

Closes the connection between a data point and a curve for value over value display.

Synopsis

setValue(string shape, "disconnectDirectlyX", string Name);

shape.disconnectDirectlyX(string Name);

Parameters

Parameter Description
shape Name of the object
Name Name of the curve

Description

Closes the connection to curve "Name" established by "connectDirectlyX".

Example

The following example closes the connection to "curve1".

 main()
{
  TREND1.disconnectDirectlyX("curve1");
}

Assignment

Trend