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}A [ChartRegion.VerticalAlignment|ChartRegion.VerticalAlignment] value determines the vertical alignment of text in the specified chart area or plot area.
_([ChartRegion]s obtained from [Chart.Legend], [Chart.ChartArea], and [Chart.PlotArea] don't support HorizontalAlignment or VerticalAlignment.)_
{excerpt}
{signature:C#}
 public sealed class VerticalAlignment : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class VerticalAlignment
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Bottom}Bottom|Text in the chart region will be bottom\-aligned.|
|{anchor:Center}Center|Text in the chart region will be vertically centered.|
|{anchor:Justify}Justify|Text in the chart region will be justified vertically.|
|{anchor:Top}Top|Text in the chart region will be top\-aligned.|