Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.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
    public object Item {get;}
    See Also