Share via


_Chart.Rotation Property

Returns or sets the rotation of the 3-D 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 3-D bar charts, where the value must be from 0 to 44. The default value is 20. Applies only to 3-D charts.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace