version 6.0.5
CT SET X DATE SCALE (area; object; minAuto; maxAuto; majIncrAuto; minIncrAuto; minimum; maximum; majIncrType; majorIncr; minIncrType; minorIncr)
Parameter | Type | Description | |
area | Longint | 4D Chart area | |
object | Longint | Object ID | |
minAuto | Integer | Use default minimum? | |
-1 = No change | |||
0 = No | |||
1 = Yes | |||
maxAuto | Integer | Use default minimum? | |
-1 = No change | |||
0 = No | |||
1 = Yes | |||
majIncrAuto | Integer | Use default major increment? | |
-1 = No change | |||
0 = No | |||
1 = Yes | |||
minIncrAuto | Integer | Use default minor increment? | |
-1 = No change | |||
0 = No | |||
1 = Yes | |||
minimum | Date | Minimum value | |
maximum | Date | Maximum value | |
majIncrType | Integer | -1 = No change | |
1 = Days | |||
2 = Weeks | |||
3 = Months | |||
4 = Years | |||
majorIncr | Integer | Major increment | |
minIncrType | Integer | -1 = No change | |
1 = Days | |||
2 = Weeks | |||
3 = Months | |||
4 = Years | |||
minorIncr | Integer | Minor 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.