MindFusion.Wpf Pack Programmer's Guide
AxisSettings.HorizontalLabelAlignment Property
See Also
 





Gets or sets the horizontal alignment of axis labels, or null (Nothing in Visual Basic), to use the default alignment. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Nullable<HorizontalAlignment> HorizontalLabelAlignment { get; set; }

Visual Basic  Copy Code

Public Property HorizontalLabelAlignment As Nullable(Of HorizontalAlignment)

 Property Value

A member of the HorizontalAlignment property or null (Nothing in Visual Basic). The default is null.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Reporting.Wpf Namespace