dotnetCHARTING Send comments on this topic.
Label Constructor(String)
See Also 
dotnetCHARTING Namespace > Label Class > Label Constructor : Label Constructor(String)


text
Text of this label.
Initializes a new instance of the Label class with text.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As Label(text)
C# 
public Label( 
   string text
)

Parameters

text
Text of this label.

See Also

© 2010 All Rights Reserved.