"curveValueShape", "curveValueShapeX"

The attribute "curveValueShape" specifies what other shapes (primitive text or all other objects that have the property "text") should display the value as it is displayed in the legend. The attribute "curveValueShapeX" is valid for XY trend curve of the X part.

Synopsis

setValue(string shape, "curveValueShape", string curve, string shape);

getValue(string shape, "curveValueShape", string curve, string shape);

shape.curveValueShape(string curve, string shape);

Parameter

Parameter Description
shape Object name
curve The curve
shape Name of the shape that should display the value as it is displayed in the legend

Description

The attribute "curveValueShape" specifies what other shapes (primitive text or all other objects that have the property "text") should display the value as it is displayed in the legend.

Example

The following example shows the value of the legend (of the curve1) in the text field TEXT_FIELD1.

main()
{
  TREND1.curveValueShape("curve1","TEXT_FIELD1");
}

Assignment

Trend