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



In This Topic
    Item Property (LegendItemFormatEventArgs)
    In This Topic
    Gets data object associated with the legend item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As Object
    'Usage
     
    
    Dim instance As LegendItemFormatEventArgs
    Dim value As Object
     
    value = instance.Item
    public object Item {get;}
    public:
    property Object^ Item {
       Object^ get();
    }
    Remarks
    For the FlexChart, it returns a Series instance.
    See Also