ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxesCollection Class / IndexOf Method

The object to locate in the collection.


In This Topic
    IndexOf Method (AxesCollection)
    In This Topic
    Returns the index of the first occurrence of a value in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As AxisBase _
    ) As Integer
    public int IndexOf( 
       AxisBase value
    )

    Parameters

    value

    The object to locate in the collection.

    Return Value

    Returns the index of the first occurrence of a value in the collection.
    See Also