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


labelList
Creates a new instance of ShapeLabelCollection with the specified list of Label objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray labelList() As Label _
)
Visual Basic (Usage)Copy Code
Dim labelList() As Label
 
Dim instance As ShapeLabelCollection(labelList)
C# 
public ShapeLabelCollection( 
   params Label[] labelList
)

Parameters

labelList

See Also

© 2021 All Rights Reserved.