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

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

Syntax

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

See Also