Sets the label offset for the element.

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

Syntax

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

Parameters

obj
Type: System.Windows..::..DependencyObject
offset
Type: System.Windows..::..Point

See Also