Xceed Chart for WinForms v4.4 Documentation
GetAt Method (LegendCollection)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > LegendCollection Class : GetAt Method
index of the legend in the collection
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

Reference

LegendCollection Class
LegendCollection Members