Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1000 Bytes

Excel.Chart.Rotation.md

File metadata and controls

42 lines (24 loc) · 1000 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.Rotation property (Excel)
vbaxl10.chm149139
vbaxl10.chm149139
Excel.Chart.Rotation
bf271f86-18c9-ac74-12ab-f90f4353f71d
04/16/2019
medium

Chart.Rotation property (Excel)

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.

Syntax

expression.Rotation

expression A variable that represents a Chart object.

Remarks

Rotations are always rounded to the nearest integer.

Example

This example sets the rotation of Chart1 to 30 degrees. The example should be run on a 3D chart.

Charts("Chart1").Rotation = 30

[!includeSupport and feedback]