Charting for WPF Programmer's Guide

Legend.VerticalAlignment Property

See Also
 


Gets or sets the vertical alignment of the legend.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public VerticalAlignment VerticalAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalAlignment As VerticalAlignment

 Property Value

One of WPF's VerticalAlignment enumeration values. Default is VerticalAlignment.Top.

 Remarks

Use the VerticalAlignment Property to specify the alignment of the Legend when its Position is Position.Left or Position.Right

 See Also