FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.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 System.Object
    public System.object Item {get;}
    Remarks
    For the FlexChart, it returns a Series instance.
    See Also