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


In This Topic
    GetLabelLine Method
    In This Topic
    Sets the line connecting data point and label for the element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetLabelLine( _
       ByVal obj As DependencyObject _
    ) As Line
    'Usage
     
    
    Dim obj As DependencyObject
    Dim value As Line
     
    value = PlotElement.GetLabelLine(obj)
    public static Line GetLabelLine( 
       DependencyObject obj
    )

    Parameters

    obj
    See Also