"trendValuePlus"

Reduces the resolution of the Y-axis.

Synopsis

setValue(string shape, "trendValuePlus");

shape.trendValuePlus();

Parameters

Parameter Description
shape Name of the object

Description

Reduces the resolution (extension) of the Y-axis.

Example

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

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

Assignment

Trend