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