ComponentOne Chart for WPF and Silverlight
GetLabelLine Method


C1.WPF.C1Chart Namespace > PlotElement Class : GetLabelLine Method
Sets the line connecting data point and label for the element.
Syntax
'Declaration
 
Public Shared Function GetLabelLine( _
   ByVal obj As System.Windows.DependencyObject _
) As System.Windows.Shapes.Line
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As System.Windows.Shapes.Line
 
value = PlotElement.GetLabelLine(obj)
public static System.Windows.Shapes.Line GetLabelLine( 
   System.Windows.DependencyObject obj
)

Parameters

obj
See Also

Reference

PlotElement Class
PlotElement Members