Nevron .NET Vision
Nevron.Chart Namespace / NGaugeCollection Class / GetAt Method
index of the legend in the collection


In This Topic
    GetAt Method (NGaugeCollection)
    In This Topic
    Returns the NGaugePanel object at at the specified index in the collection.
    Syntax
    'Declaration
     
    
    Public Function GetAt( _
       ByVal index As System.Integer _
    ) As NGaugePanel
    'Usage
     
    
    Dim instance As NGaugeCollection
    Dim index As System.Integer
    Dim value As NGaugePanel
     
    value = instance.GetAt(index)
    public NGaugePanel GetAt( 
       System.int index
    )

    Parameters

    index
    index of the legend in the collection

    Return Value

    a reference to the watermark
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also