MindFusion.Wpf Pack Programmer's Guide
Axis.VertLabelAlignment Property
See Also
 





Gets or sets the vertical alignment of labels at the axis. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property VertLabelAlignment As Nullable(Of VerticalAlignment)

 Property Value

One of the System.Windows.VerticalAlignment enumeration values.

 See Also

Axis Members
Axis Class
MindFusion.Charting.Wpf Namespace