"disconnectHelpGridDirectly" - obsolete
Closes the connection between a data point and the drawing grid (obsolete from version 3.5 up).
Synopsis
setValue(string shape, "disconnectHelpGridDirectly", int n);
shape.disconnectHelpGridDirectly(int n);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
n | Number of curve display range |
Description
This attribute closes the connection between a data point and the drawing grid of a defined display range.
Example
The following example closes the connection between the DP and the drawing grid.
main()
{
shape tr=getShape("trend1");
tr.disconnectHelpGridDirectly(0);
}
Assignment
Trend