dotnetCHARTING Send comments on this topic.
Add(LegendEntry[]) Method
See Also 
dotnetCHARTING Namespace > LegendEntryCollection Class > Add Method : Add(LegendEntry[]) Method


legendEntryList
A list of LegendEntry objects to add.
Adds the specified LegendEntry objects to this collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Add( _
   ByVal ParamArray legendEntryList() As LegendEntry _
) 
Visual Basic (Usage) Copy Code
Dim instance As LegendEntryCollection
Dim legendEntryList() As LegendEntry
 
instance.Add(legendEntryList)
C#  
public void Add( 
   params LegendEntry[] legendEntryList
)

Parameters

legendEntryList
A list of LegendEntry objects to add.

See Also