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

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: @3DLABEL.RPT

@3DLABEL 1 0 1000
@3DLABEL 0 0 1000

@3DLABEL 1 0 -1000
@3DLABEL 0 0 -1000

PERSISTENT:

YES

REQUIREMENTS:

Crystal Reports 9 or Higher

Next Macro Return to Alpha List

Next Macro in this Group Return to Group List