ComponentOne FinancialChart for WPF
C1.Chart Namespace / HitTestInfo Class / PointIndex Property



In This Topic
    PointIndex Property (HitTestInfo)
    In This Topic
    Gets the data point index at the specified coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointIndex As Integer
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As Integer
     
    value = instance.PointIndex
    public int PointIndex {get;}
    public:
    property int PointIndex {
       int get();
    }
    See Also