Gets or sets the horizontal alignment of axis labels, or null (Nothing in Visual Basic), to use the default alignment. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<HorizontalAlignment> HorizontalLabelAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HorizontalLabelAlignment As Nullable(Of HorizontalAlignment) |
A member of the HorizontalAlignment property or null (Nothing in Visual Basic). The default is null.
See Also