CT SET X DATE SCALE

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 X DATE SCALE (area; object; minAuto; maxAuto; majIncrAuto; minIncrAuto; minimum; maximum; majIncrType; majorIncr; minIncrType; minorIncr)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
minAutoIntegerUse default minimum?
-1 = No change
0 = No
1 = Yes
maxAutoIntegerUse default minimum?
-1 = No change
0 = No
1 = Yes
majIncrAutoIntegerUse default major increment?
-1 = No change
0 = No
1 = Yes
minIncrAutoIntegerUse default minor increment?
-1 = No change
0 = No
1 = Yes
minimumDateMinimum value
maximumDateMaximum value
majIncrTypeInteger-1 = No change
1 = Days
2 = Weeks
3 = Months
4 = Years
majorIncrIntegerMajor increment
minIncrTypeInteger-1 = No change
1 = Days
2 = Weeks
3 = Months
4 = Years
minorIncrIntegerMinor increment

Description

Use CT SET X DATE SCALE to use the default values or to set alternative values for the X-axis scale in an XY chart. Use the CT SET DATE SCALE command for the Values axis (Z-axis) in the same type of chart when the values are dates.

minAuto and maxAuto specify whether to use the default minimum and maximum values.

majIncrAuto and minIncrAuto specify whether to use the default major and minor increments.

minimum and maximum are the alternative minimum and maximum values.

majIncrType and minIncrType are codes for the units in which the majorIncr and minorIncr parameters are specified.

majorIncr and minorIncr are the alternative major and minor increments.

See Also

CT GET DATE SCALE, CT GET REAL SCALE, CT GET X DATE SCALE, CT GET X REAL SCALE, CT SET DATE SCALE, CT SET REAL SCALE, CT SET X REAL SCALE.


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