{description}
{excerpt}Sets or returns the vertical alignment of text in the chart region.
_([ChartRegion]s obtained from [Chart.Legend], [Chart.ChartArea], and [Chart.PlotArea] don't support HorizontalAlignment or VerticalAlignment.)_
{excerpt}
{signature:C#}
 public VerticalAlignment TextVerticalAlignment{ get; set; }
{signature}{signature:vb.net}
Public Property TextVerticalAlignment() As VerticalAlignment
{signature}