.netCHARTING v10.5 Documentation


A list of LegendEntry objects to add.
Add(LegendEntry[]) Method
Adds the specified LegendEntry objects to this collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ParamArray legendEntryList() As LegendEntry _
) 
'Usage
 
Dim instance As LegendEntryCollection
Dim legendEntryList() As LegendEntry
 
instance.Add(legendEntryList)
public void Add( 
   params LegendEntry[] legendEntryList
)

Parameters

legendEntryList
A list of LegendEntry objects to add.
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