setWindowPosition (Chart)

Syntax

<Path>.setWindowPosition(X:integer, Y:integer, Width:integer, Height:integer)

The method setWindowPosition sets the position of the window and its width and height.

Parameters

  • The parameter X of data type integer designates the x-coordinate of the window.

  • The parameter Y of data type integer designates its y-coordinate.

  • The parameter Width of data type integer designates its width.

  • The parameter Height of data type integer designates its height.

Example

MyChart.setWindowPosition(200,100,240,250)