@3DLABEL (Adjust Labels in a 3D Chart)

This macro can be used to adjust the position of labels in a 3D chart.

SYNTAX:

@3DLABEL nLabel nX nY

PARAMETERS:

nLabel = 0...3 selects which labels to fix.
0=group labels (normally along the right floor of the 3D cube),
1=series labels (normally along the left floor of the 3D cube),
2=labels on the left side of the 3D cube,
3=labels on the right side of the 3D cube.

nX = -2000....2000 selects the amount of adjustment in the X-direction. If nLabel is 2 or 3, negative values move labels up and positive values move labels down. If nLabel is 0 or 1, negative values move labels closer to the cube and positive values move labels further away from the cube.

nY = -2000....2000 selects the amount of adjustment in the Y-direction. Negative values move labels closer to the cube. Positive values move labels further away from the cube.

EXAMPLE:

@3DLABEL 0 -500 0
@3DLABEL 1 -500 0
@3DLABEL 2 -500 0
@3DLABEL 3 -500 0

@3DLABEL 0 500 0
@3DLABEL 1 500 0
@3DLABEL 2 500 0
@3DLABEL 3 500 0

PERSISTENT:

YES

Next MacroReturn to Alpha List

Next Macro in this Group Return to Group List