+1 888 340 6572

RectangleGetAnchorToBars

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns the value of the "anchor to bar" option of the rectangle drawing with a specified ID.

Usage

RectangleGetAnchorToBars(ID)

Where:

ID - a numerical expression specifying the rectangle ID number

Notes

A rectangle-specific ID number is returned by RectangleNew when the rectangle is created.

Example

Assign the "anchor to bars" option of the rectangle drawing with an ID number of 3 to the Condition1 variable:

Condition1=RectangleGetAnchorToBars(3);