ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RenderNodeEventArgs Class / Item Property



In This Topic
    Item Property (RenderNodeEventArgs)
    In This Topic
    Gets the data item of the node.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As Object
    'Usage
     
    
    Dim instance As RenderNodeEventArgs
    Dim value As Object
     
    value = instance.Item
    public object Item {get;}
    public:
    property Object^ Item {
       Object^ get();
    }
    See Also