{description}
{excerpt}Sets or returns whether the legend will be displayed vertically.{excerpt}
{signature:C#}
 public boolean Vertical{ get; set; }
{signature}{signature:vb.net}
Public Property Vertical() As Boolean
{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}