Gets the line connecting data point and label for the element.

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

Syntax

C#
public static void SetLabelLine(
	DependencyObject obj,
	Line line
)
Visual Basic
Public Shared Sub SetLabelLine ( _
	obj As DependencyObject, _
	line As Line _
)

Parameters

obj
Type: System.Windows..::..DependencyObject
line
Type: System.Windows.Shapes..::..Line

See Also