ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotElement Class / SetLabelLine Method


In This Topic
    SetLabelLine Method
    In This Topic
    Gets the line connecting data point and label for the element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetLabelLine( _
       ByVal obj As DependencyObject, _
       ByVal line As Line _
    ) 
    'Usage
     
    
    Dim obj As DependencyObject
    Dim line As Line
     
    PlotElement.SetLabelLine(obj, line)
    public static void SetLabelLine( 
       DependencyObject obj,
       Line line
    )

    Parameters

    obj
    line
    See Also