CT GET X REAL SCALE

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

version 6.0.2


CT GET X REAL SCALE (area; object; minAuto; maxAuto; majIncrAuto; minIncrAuto; minimum; maximum; majorIncr; minorIncr)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
minAutoIntegerUsing default minimum?
0 = No
1 = Yes
maxAutoIntegerUsing default maximum?
0 = No
1 = Yes
majIncrAutoIntegerUsing default major increment?
0 = No
1 = Yes
minIncrAutoIntegerUsing default minor increment?
0 = No
1 = Yes
minimumRealReceives minimum value
maximumRealReceives maximum value
majorIncrRealReceives major increment
minorIncrRealReceives minor increment

Description

The CT GET X REAL SCALE command returns whether the default values are being used and what alternative values have been set for the X-axis scale in an XY chart. Use CT GET REAL SCALE for the Values axis (Z-axis) in the same type of graph when the values are real numbers, integers, and/or long integers.

minAuto and maxAuto specify whether the graph is currently using the default minimum and maximum values.

majIncrAuto and minIncrAuto specify whether the graph is currently using the default major and minor increments.

minimum and maximum are the minimum and maximum values set by the user in the Axis dialog box or by the database designer using the CT SET X REAL SCALE command.

majorIncr and minorIncr are the major and minor increments set by the user in the Axis dialog box or by the designer using the CT SET X REAL SCALE command.

Example

This example returns scale data for the chart specified by $ChartID.

   CT GET X REAL SCALE (Area;$ChartID;$MinA;$MaxA;$MajA;$MinA;$Minimum;$Maximum;$MajorInc;$MinorInc)

See Also

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


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