CT SET 3D VIEW

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

version 1


CT SET 3D VIEW (area; object; rotation; elevation)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
rotationRealRotation in degrees (between 0 and 90,
otherwise no effect)
elevationRealElevation in degrees (between 0 and 90,
otherwise no effect)

Description

The CT SET 3D VIEW command sets the rotation and elevation of the graph specified by area and object. This command works only with three-dimensional graphs.

rotation is the rotation of the graph around the Z-axis. rotation must be a value between 0 and 90.

elevation is the rotation of the graph around the X-axis. elevation must be a value between 0 and 90.

Example

This example sets the rotation and elevation of the chart specified by $ChartID to 30 degrees.

   CT SET 3D VIEW (Area;$ChartID;30;30)

See Also

CT GET 3D VIEW.


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