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;}

See Also

© 2010 All Rights Reserved.