Angle Property [AutoAxisTitle, AutoGraphTitle, AutoPieChartTitle, AutoPlotLabels, AutoScaleTitle]
The Angle property returns or sets the label angle, color scale title angle, or graph title angle. Returns a Double.
Syntax
object.Angle
object.Angle = Angle
Parameter | Type | Description |
Angle | Double | required, in degrees |
Example 1
This example demonstrates how to set the angle for the axis title.
XAxisTitle.angle = 50
Example 2
This example demonstrates how to return the angle for the plot labels.
Debug.Print Labels.Angle
Used by: AutoAxisTitle object, AutoGraphTitle object, AutoPieChartTitle object, AutoPlotLabels object, AutoScaleTitle object