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

In This Topic
    Item Property (RenderNodeEventArgs)
    In This Topic
    Gets the data item of the node.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderNodeEventArgs.Item", "Gets the data item of the node.")>
    Public ReadOnly Property Item As Object
    [C1Description("RenderNodeEventArgs.Item", "Gets the data item of the node.")]
    public object Item {get;}
    See Also