ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LegendItem Class / Line Property


In This Topic
    Line Property
    In This Topic
    Gets the line (connection) shape of the plot element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Line As Shape
    'Usage
     
    
    Dim instance As LegendItem
    Dim value As Shape
     
    value = instance.Line
    public Shape Line {get;}
    See Also