Sets the label offset for the element.

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

Syntax

C#
public static void SetLabelOffset(
	DependencyObject obj,
	Point offset
)
Visual Basic
Public Shared Sub SetLabelOffset ( _
	obj As DependencyObject, _
	offset As Point _
)

See Also