This macro can be used to change the rotation angle of a text object in a chart.
SYNTAX:
@FONTANGLE nObject nAngle
PARAMETERS:
nObject; 1...11 selects one of the following chart objects:
1 = Title
2 = Subtitle
3 = X1-Axis Title
4 = Y1-Axis Title
5 = Y2-Axis Title
6 = Footnote
7 = Data Text
8 = O1-Axis Labels or X1-Axis Labels depending on the chart type
9 = Y1-Axis Labels
10 = Y2-Axis Labels
11 = Legend Text
nAngle; 0, 2...6 applies one of the following angles to nObject:
0 = Normal, Horizontal Characters
2 = Rotate Characters 90 Degrees
3 = Rotate Characters 180 Degrees
4 = Rotate Characters 270 Degrees
5 = Rotate Characters 45 Degrees
6 = Rotate Characters 315 DegreesEXAMPLE:
@FONTANGLE 8 5
@FONTANGLE 9 5
@FONTANGLE 11 5
PERSISTENT:
YES
Next Macro
Previous Macro
Return to Alpha List
Next Macro in this Group
Previous Macro in this Group
Return to Group List