Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / SeriesElementHitTest Class / ElementIndex Property


In This Topic
    ElementIndex Property
    In This Topic
    Gets the index of the element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ElementIndex As Integer
    'Usage
     
    
    Dim instance As SeriesElementHitTest
    Dim value As Integer
     
    value = instance.ElementIndex
    public int ElementIndex {get;}

    Property Value

    The index of the point.
    See Also