"curveGridRefValue"
The attribute "curveGridRefValue" sets the reference value for the grid line (draws the reference grid line).
Synopsis
setValue(string shape, "curveGridRefValue", string curve, float
distance);
getValue(string shape, "curveGridRefValue", string curve, float
distance);
shape.curveGridRefValue(string curve, float distance);
Parameter
| Parameter | Description |
|---|---|
| shape | Object name |
| curve | The curve |
| distance | The position where the reference grid line is drawn |
Description
The attribute "curveGridRefValue" sets the reference value for the grid line (draws the reference grid line).
Example
The following example draws a reference grid line (position 60.5).
main()
{
float retDis;
TREND1.curveGridRefValue("Curve",60.5);
getValue("TREND1","curveGridRefValue","Curve", retDis);
}
Assignment
Trend
