"curveYoungestPointColor"
Shows the current/youngest curve value in a value-over-value trend by drawing a point in a specific color.
Synopsis
setValue(string shape, "curveYoungestPointColor", string name, string
color);
getValue(string shape, "curveYoungestPointColor", string name, string
&color);
shape.curveYoungestPointColor(string name, string color);
Parameters
Parameter | Description |
---|---|
shape | Name of the object (e.g. "trend1") |
Name | Name of the curve, whose current value will be marked. |
color | Color of the point. |
Description
Shows the current/youngest curve value in a value-over-value trend by drawing a point in a specific color. When the color parameter is passed empty, the color will be set to invalid and is not longer used.
Image: The Color of the youngest Point of the Curve was set to green
Assignment
Trend