version 1
CT SET DEPTH (area; object; horizontal; vertical)
Parameter | Type | Description | |
area | Longint | 4D Chart area | |
object | Longint | Object ID | |
horizontal | Integer | Horizontal offset in points | |
(Must be greater than -32000) | |||
vertical | Integer | Vertical 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