Rotation property (Excel Graph)
Returns or sets the rotation of the 3D chart view (the rotation of the plot area around the z-axis, in degrees). The value of this property must be from 0 to 360, except for 3D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3D charts. Read/write Variant.
expression.Rotation
expression Required. An expression that returns one of the objects in the Applies To list.
This example sets the rotation of myChart to 30 degrees. The example should be run on a 3D chart.
myChart.Rotation = 30
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.