Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns whether the axes will be at right angles. If true, DistanceFromEyeToChart will have no effect.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns whether the axes will be at right angles. If {{true}}, {{DistanceFromEyeToChart}} will have no effect.{excerpt}
{signature:C#}
 public boolean UseRightAngleAxes{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property UseRightAngleAxes() As Boolean
Remarks
UseRightAngleAxes is false by default for most chart types. The exception is Bar and Column charts (except for Column3D), where it is true.
{signature}
{remarks}
{{UseRightAngleAxes}} is {{false}} by default for most chart types.  The exception is Bar and Column charts (except for {{Column3D}}), where it is {{true}}.
{remarks}