Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Sets or returns the rotation angle of a three-dimensional chart in degrees.

Signature
C#
C#
 public int RotationAngle{ get; set; }
Signature
vb.net
vb.net
Public Property RotationAngle() As Integer
Remarks

In Excel 2007 or 2010, this corresponds to the X rotation. Rotation values outside the range [0, 360] will be interpreted modulo 360. For example, setting RotationAngle to 400 is equivalent to setting it to 40.

The default rotation angle is 20, except for Pie charts, which use a default of 0.