CT SET 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 SET 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 SET CHART COORDINATES command repositions the graph inside the 4D Chart area using the values passed as the left, top, right, and bottom parameters.

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 GET CHART COORDINATES.


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