ComponentOne Chart for WPF and Silverlight
SetLabelLine Method


C1.WPF.C1Chart Namespace > PlotElement Class : SetLabelLine Method
Gets the line connecting data point and label for the element.
Syntax
'Declaration
 
Public Shared Sub SetLabelLine( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal line As System.Windows.Shapes.Line _
) 
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim line As System.Windows.Shapes.Line
 
PlotElement.SetLabelLine(obj, line)
public static void SetLabelLine( 
   System.Windows.DependencyObject obj,
   System.Windows.Shapes.Line line
)

Parameters

obj
line
See Also

Reference

PlotElement Class
PlotElement Members