Gets or sets the horizontal alignment of labels at the axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<HorizontalAlignment> HorLabelAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HorLabelAlignment As Nullable(Of HorizontalAlignment) |
One of the System.Windows.HorizontalAlignment enumeration values.
See Also