This macro applies a drop shadow effect to an object in the chart
SYNTAX:
@SHADOW nObject nXOffset nYOffset
PARAMETERS:
nObject; 0...12 selects one of the following objects:
0 = Chart Frame
1 = Legend Frame
2 = Title
3 = Subtitle
4 = Footnote
5 = Y1 Axis Title
6 = Y2 Axis Title
7 = X Axis Title
8 = Y1 Axis Labels
9 = Y2 Axis Labels
10 = X Axis Labels
11 = Series Labels on Legend
12 = Data Markers
nXOffset/nYOffset; -1000...1000. If nXOffset and/or nYoffset are set to 0 (the default), it means there is no shadow.EXAMPLE:
@RISER_WIDTH 50
@RISER_OVERLAP 50
@BEVEL 3 1
@SHADOW 12 400 -200
PERSISTENT:
YES