"trendTimeMinus"

Reduces the resolution of the X-axis.

Synopsis

setValue(string shape, "trendTimeMinus");

shape.trendTimeMinus();

Parameters

Parameter Description
shape Name of the object

Description

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

Example

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

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

Assignment

Trend