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

...

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

...

Name

...

Description

...

Text in the chart region will be bottom-aligned.

...

Text in the chart region will be vertically centered.

...

Text in the chart region will be justified vertically.

...

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