ComponentOne FinancialChart for WinForms
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
     
    
    <C1DescriptionAttribute("HitTestInfo.PointIndex", "Gets the data point index at the specified coordinates.")>
    Public ReadOnly Property PointIndex As Integer
    [C1Description("HitTestInfo.PointIndex", "Gets the data point index at the specified coordinates.")]
    public int PointIndex {get;}
    See Also