{description}
{excerpt}Sets or returns the elevation angle of a three\-dimensional chart.{excerpt}
{signature:C#}
 public int ElevationAngle{ get; set; }
{signature}{signature:vb.net}
Public Property ElevationAngle() As Integer
{signature}
{remarks}
In Excel 2007 or 2010, this corresponds to the Y rotation, and must be between -90 and 90.

The default elevation angle is 15, except for Pie charts, which have a default angle of 30.
{remarks}