Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / SymbolEventArgs Class / Item Property


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