Chart.Rotation Property
Returns or sets the rotation, in degrees, of the 3-D chart view (the rotation of the plot area around the z-axis). Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Rotation As Object
Get
Set
'Usage
Dim instance As Chart
Dim value As Object
value = instance.Rotation
instance.Rotation = value
Object Rotation { get; set; }
Property Value
Type: System.Object
Remarks
The value of this property must be from 0 through 360, except for 3-D bar charts, where the value must be from 0 through 44. The default value is 20. This property applies only to 3-D charts.
Rotations are always rounded to the nearest integer.