Gets or sets the vertical alignment of the labels.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public VerticalAlignment VerticalAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VerticalAlignment As VerticalAlignment |
One of the System.Windows.VerticalAlignment enumeration values. Default value is VerticalAlignment.Bottom.
RemarksUse the VerticalAlignment property to align the X-axis at the top or bottom of the plot area.
See Also