Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

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.)

...

Signature
C#C#
_
{excerpt}
{signature:C#}
 public sealed class HorizontalAlignment : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class HorizontalAlignment
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Text in the chart region will be horizontally centered.

...

Text in the chart region will be justified.

...

Text in the chart region will be left-aligned.

...

{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.|