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.HorizontalAlignment|ChartRegion.HorizontalAlignment] value determines the horizontal 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 HorizontalAlignment : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class HorizontalAlignment
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Center}Center|Text in the chart region will be horizontally centered.|
|{anchor:Justify}Justify|Text in the chart region will be justified.|
|{anchor:Left}Left|Text in the chart region will be left\-aligned.|
|{anchor:Right}Right|Text in the chart region will be right\-aligned.|