MindFusion.Charting for WPF Programmer's Guide
Legend.VerticalAlignment Property
See Also
 





Gets or sets the vertical alignment of the legend when placed at the left or right of the plot area. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public new VerticalAlignment VerticalAlignment { get; set; }

Visual Basic  Copy Code

Public Shadows Property VerticalAlignment As VerticalAlignment

 Property Value

A member of the WPF VerticalAlignment enumeration. The default is Top.

 See Also

Legend Members
Legend Class
MindFusion.Charting.Wpf Namespace