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


legendEntryList
Creates a new instance of LegendEntryCollection with the specified list of LegendEntry objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray legendEntryList() As LegendEntry _
)
Visual Basic (Usage)Copy Code
Dim legendEntryList() As LegendEntry
 
Dim instance As LegendEntryCollection(legendEntryList)
C# 
public LegendEntryCollection( 
   params LegendEntry[] legendEntryList
)

Parameters

legendEntryList

See Also

© 2010 All Rights Reserved.