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



Initializes a new instance of the Label class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As Label()
C# 
public Label()
C++/CLI 
public:
Label();

See Also