Gets or sets the vertical 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<VerticalAlignment> VerticalLabelAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VerticalLabelAlignment As Nullable(Of VerticalAlignment) |
A member of the HorizontalAlignment property or null (Nothing in Visual Basic). The default is null.
See Also