In a chart with a true X-Axis (e.g., Scatter, Bubble, Polar, etc.), this macro sets the grid style to use on the X-Axis. In other chart types, it sets the grid style to use on the group/O1-Axis.
SYNTAX:
@GX nGridStyle
PARAMETERS:
nGridStyle; 0...5 selects one of the following grid/tick styles:
0 = No Grids or Ticks
1 = Standard Grid. No Tick
2 = Standard Grid. Outer Tick.
3 = No Grid. Inner Tick.
4 = No Grid. Outer Tick.
5 = No Grid. Inner and Outer Tick.
EXAMPLE:
In the following example line chart, the Group/O1-Axis Grid Style is set to a standard grid with no ticks.
@GX 1
In the following example scatter chart, the X-Axis Grid Style is set to a standard grid with outer ticks.
@GX 2
PERSISTENT:
NO
ALSO SEE:
@GY (Y-Axis Grid Style)
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List