ActiveReports.Chart Request technical support
PointIndex Property
See Also 


Gets a count of the number of times the item was clicked.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PointIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As GraphMouseEventArgs
Dim value As Integer
 
value = instance.PointIndex
C# 
public int PointIndex {get;}

Remarks

This property was previously called ItemCount. ItemCount is now an obsolete property.

See Also