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


In This Topic
    Item Property (LegendItem)
    In This Topic
    Gets the object associated with the plot element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As Object
    'Usage
     
    
    Dim instance As LegendItem
    Dim value As Object
     
    value = instance.Item
    public object Item {get;}
    See Also