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





Gets or sets the vertical alignment of the labels.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public VerticalAlignment VerticalAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalAlignment As VerticalAlignment

 Property Value

One of the System.Windows.VerticalAlignment enumeration values. Default value is VerticalAlignment.Bottom.

 Remarks

Use the VerticalAlignment property to align the X-axis at the top or bottom of the plot area.

 See Also

Axis Members
Axis Class
MindFusion.RealTimeCharting.Wpf Namespace