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


legendEntryCollection
The LegendEntryCollection to add.
Adds a specified LegendEntryCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal legendEntryCollection As LegendEntryCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As LegendEntryCollection
Dim legendEntryCollection As LegendEntryCollection
 
instance.Add(legendEntryCollection)
C# 
public void Add( 
   LegendEntryCollection legendEntryCollection
)

Parameters

legendEntryCollection
The LegendEntryCollection to add.

See Also

© 2010 All Rights Reserved.