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


legendBoxCollection
The LegendBoxCollection to add.
Adds a specified LegendBoxCollection to this collection.

Syntax

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

Parameters

legendBoxCollection
The LegendBoxCollection to add.

See Also

© 2010 All Rights Reserved.