"trendUnzoom"

Restores the original resolution of the curves.

Synopsis

setValue(string shape, "trendUnzoom");

shape.trendUnzoom();

Parameters

Parameter Description
shape Name of the object

Description

Restores the original resolution of the curves. This function corresponds to the context menu option "Zoom1:1".

Example

The following example sets the original resolution.

main()
{
  TREND1.trendUnzoom();
  // Restore original resolution
}

Assignment

Trend