This macro sets the minimum and maximum values that can appear on the X-Axis. It can only be used in a chart with a true X-Axis (e.g., Scatter, Bubble, Polar, etc).
SYNTAX:
@SCX fMin fMax
PARAMETERS:
fMin; Minimum value to show on the X-Axis
fMax; Maximum value to show on the X-AxisEXAMPLE: @SCX.WID
@SZ 50 @GCOLOR 14 255 0 0 @SCX 1 5
@SCX 0 10
NOTES:
If fMin and fMax parameters are BOTH set to 0.0, the X-Axis scale mode is reset to automatic (i.e., the charting library automatically calculates the X-Axis scale based on the values in the data set).
ALSO SEE::
- @SC (Y-Axis Scale)
- @SCY2 (Y2-Axis Scale)
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List