Sets the label alignment of the element.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public static void SetLabelAlignment(
	DependencyObject obj,
	LabelAlignment value
)
Visual Basic
Public Shared Sub SetLabelAlignment ( _
	obj As DependencyObject, _
	value As LabelAlignment _
)

Parameters

obj
Type: System.Windows..::..DependencyObject
value
Type: C1.Phone.Chart..::..LabelAlignment

See Also