dotnetCHARTING Send comments on this topic.
LegendBoxCollection Constructor
See Also 
dotnetCHARTING Namespace > LegendBoxCollection Class : LegendBoxCollection Constructor


legendBoxList
Creates a new instance of LegendBoxCollection with the specified list of LegendBox objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray legendBoxList() As LegendBox _
)
Visual Basic (Usage)Copy Code
Dim legendBoxList() As LegendBox
 
Dim instance As LegendBoxCollection(legendBoxList)
C# 
public LegendBoxCollection( 
   params LegendBox[] legendBoxList
)

Parameters

legendBoxList

See Also

© 2010 All Rights Reserved.