"refValue"

Reference value from where the area under a curve is colored in.

Synopsis

setValue(string shape, "refValue", string Name, float Value);

getValue(string shape, "refValue", string Name, float &Value);

shape.refValue(string Name, float Value);

Parameters

Parameter Description
shape Name of the object
Name Name of curve
Value Value from where the area under a curve is filled with color

Description

This attribute is used to set the reference value for a curve up to which the area is colored in.

Example

The following example sets the reference value of "curve1"; to 30.

main()
{
  TREND1.refValue("curve1", 30);
}

Assignment

Trend