CT SET DEPTH

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

version 1


CT SET DEPTH (area; object; horizontal; vertical)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
horizontalIntegerHorizontal offset in points
(Must be greater than -32000)
verticalIntegerVertical offset in points
(Must be greater than -32000)

Description

The CT SET DEPTH command sets the horizontal and vertical offsets (depth) of the graph specified by area and object. This command works only with two-dimensional graphs.

horizontal is the horizontal offset, measured in points. A positive value denotes an offset to the right; a negative value denotes an offset to the left.

vertical is the vertical offset, measured in points. A positive value denotes distance into the page from the X-axis; a negative value denotes distance out of the page from the X-axis.

For an illustration of horizontal and vertical depth, see the description for the CT GET DEPTH command.

Example

See the example for CT GET DEPTH.

See Also

CT GET DEPTH.


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