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
Wiki Markup
{description}
{excerpt}Sets or returns a perspective value, between 0 and 200 (in half-degrees), that represents the ratio of the chart's front to its back. The perspective value determines the appearance of chart depth.{excerpt}
{signature:C#}
 public int DistanceFromEyeToChart{ get; set; }
{signature}{signature:vb.net}
Public Property DistanceFromEyeToChart() As Integer
{signature}
{remarks}
The default perspective for most three-dimensional charts is 30 (15 degrees).  The exception is bar and column charts (except for {{Column3D}}), which have {{UseRightAngleAxes}} turned on by default, and so have a perspective of 0.
{remarks}