@X_AXIS_MODE (X-Axis Mode)

This macro can be used to define an X-axis on a bar, line, or area chart that covers a specific range. It is specifically useful in a chart where the data is incomplete (i.e., it includes some but not all entries for a specified range). For example, the data may include entries for days 2, 3, 5, 14, 19, 20, and 30 in a given month. When this macro is not used, the chart will show seven group labels (2, 3, 5, 14, 19, 20, 30). If this macro is used to define groups 1 through 30, the chart will show 30 group/day labels with the seven defined groups/values in the correct position for each day.

SYNTAX:

@X_AXIS_MODE nMode nStart nStop

PARAMETERS:

nMode; 0

nStart; -10000...10000 Starting group label

nStop; -10000...10000 Ending group label

EXAMPLE:

@X_AXIS_MODE 0 1 30

PERSISTENT:

NO

ALSO SEE:

@HOUR_SCALE
@X_AXIS_MODE2

NOTES:

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Previous Macro in this Group Return to Group List