ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / GraphMouseEventArgs Class / ItemCount Property

In This Topic
    ItemCount Property (GraphMouseEventArgs)
    In This Topic
    Gets a count of the number of times the item was clicked.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItemCount As Integer
    public int ItemCount {get;}
    See Also