This macro can be used to change 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:
@COLOR_SCHEME 5
@HQ 1
@BEVEL 3 1
@3DLABEL 0 2000 0
@3DLABEL 0 1 1
Next Macro
Return to Alpha List
Next Macro in this Group
Return to Group List