Sets the label alignment of the element.

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

Syntax

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

See Also