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

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