"trendTimePlus"

Increases the resolution of the X-axis.

Synopsis

setValue(string shape, "trendTimePlus");

shape.trendTimePlus();

Parameters

Parameter Description
shape Name of the object

Description

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

Example

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

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

Assignment

Trend