"curveStatic"
    
    The attribute "curveStatic" creates a static curve in a XY trend.
Synopsis
setValue(string shape, "curveStatic", string curve, bool isStatic);
getValue(string shape, "curveStatic", string curve, bool
            &isStatic);
shape.curveStatic(string curve, bool isStatic);
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object. | 
| curve | Name of the curve. | 
| isStatic | 
                                 TRUE = The static curve is always shown. FALSE = The static curve is time-dependent shown.  | 
                        
Description
A static curve will be always shown in a XY trend (time-independent). It won't be when new values will be set. The timestamps are ignored. A static curve shall not be connected to a data point element. The values/times shall be set via script with using the attributes curveVals() and curveValuesX().
Assignment
Trend
