"trendValueMinus"

Increases the resolution of the Y-axis.

Synopsis

setValue(string shape, "trendValueMinus");

shape.trendValueMinus();

Parameters

Parameter Description
shape Name of the object

Description

Increases the resolution (compression) of the Y-axis.

Example

The following example increases the resolution of the Y-axis.

main()
{
  TREND1.trendValueMinus();
  // Change resolution
}

Assignment

Trend