Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / LegendCollection Class / GetAt Method
index of the legend in the collection


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

    Parameters

    index
    index of the legend in the collection

    Return Value

    a reference to the legend
    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