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





Gets or sets the horizontal alignment of the labels.

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

 Syntax

C#  Copy Code

public HorizontalAlignment LabelHorizontalAlignment { get; set; }

Visual Basic  Copy Code

Public Property LabelHorizontalAlignment As HorizontalAlignment

 Property Value

One of the System.Windows.HorizontalAlignment enumeration values. Default value is HorizontalAlignment.Left.

 Remarks

Set LabelHorizontalAlignment according to the position of the Y-axis. If it is to the left, set the property to HorizontalAlignment.Left. For Y2-axes, set it to HorizontalAlignment.Right.

 See Also

Axis Members
Axis Class
MindFusion.RealTimeCharting.Wpf Namespace