MindFusion.Wpf Pack Programmer's Guide
Legend.HorizontalAlignment Property
See Also
 





Gets or sets the horizontal alignment of the legend when placed at the top or bottom of the plot area. This is a dependency property.

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

 Syntax

C#  Copy Code

public new HorizontalAlignment HorizontalAlignment { get; set; }

Visual Basic  Copy Code

Public Shadows Property HorizontalAlignment As HorizontalAlignment

 Property Value

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

 See Also

Legend Members
Legend Class
MindFusion.Charting.Wpf Namespace