dotnetCHARTING Send comments on this topic.
Text Property
See Also 
dotnetCHARTING Namespace > Label Class : Text Property



Gets or sets the text for this label.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As Label
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
public string Text {get; set;}
C++/CLI 
public:
property String^ Text {
   String^ get();
   void set (String^ value);
}

See Also