Gets or sets the horizontal alignment of the legend. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public HorizontalAlignment HorizontalAlignment { get; set; } |
Visual Basic
![]() |
---|
Public Property HorizontalAlignment As HorizontalAlignment |
One of WPF's HorizontalAlignment enumeration values. Default is HorizontalAlignment.Left.
Use HorizontalAlignment to specify the alignment of the Legend when its Position is Position.Top or Position.Bottom.