4D Chart v13

CT SET X DATE SCALE

Home

 
4D Chart v13
CT SET X DATE SCALE

CT SET X DATE SCALE 


 

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

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.

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14614

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 6.0.5

 
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