Rotation Property (IChart)
Gets or sets the rotation of the 3D chart view (the rotation of the plot area around the y-axis, in degrees).
'Declaration
Property Rotation As Integer
'Usage
Dim instance As IChart
Dim value As Integer
instance.Rotation = value
value = instance.Rotation