MindFusion.Wpf Pack Programmer's Guide
AxisSettings.VerticalLabelAlignment Property
See Also
 





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

 Syntax

C#  Copy Code

public Nullable<VerticalAlignment> VerticalLabelAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalLabelAlignment As Nullable(Of VerticalAlignment)

 Property Value

A member of the HorizontalAlignment property or null (Nothing in Visual Basic). The default is null.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Reporting.Wpf Namespace