CT GET CHART COORDINATES

4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next

version 6.0.5


CT GET CHART COORDINATES (area; object; left; top; right; bottom)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
leftIntegerHorizontal position of chart's start (in points)
topIntegerVertical position of chart's start (in points)
rightIntegerHorizontal position of chart's end (in points)
bottomIntegerVertical position of chart's end (in points)

Description

The CT GET CHART COORDINATES command returns into the left, top, right, and bottom variables the coordinates of the rectangle of the chart designed by object inside area.

left indicates the distance between the left edge of the graph and the left edge of the screen.

top indicates the distance between the top of the graph and the top of the screen.

right indicates the distance between the right edge of the graph and the right edge of the screen.

bottom indicates the distance between the bottom of the graph and the bottom of the screen.

See Also

CT SET CHART COORDINATES.


4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next