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 legend will be displayed vertically.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns whether the legend will be displayed vertically.{excerpt}
{signature:C#}
 public boolean Vertical{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Vertical() As Boolean
Remarks
If you change the value of Vertical, the ChartRegion properties Height, Width, X, and Y will be automatically updated to reflect the new position. Additionally, the Legend.Location property will be changed to NotDocked.
{signature}
{remarks}If you change the value of [Vertical|Legend.Vertical], the [ChartRegion|ChartRegion] properties [Height|ChartRegion.Height], [Width|ChartRegion.Width], [X|ChartRegion.X], and [Y|ChartRegion.Y] will be automatically updated to reflect the new position.  Additionally, the [Legend.Location|Legend.Location] property will be changed to NotDocked.{remarks}