Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / Text Property


Text Property (LabelArea)
Gets or sets the text displayed in the label area.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As LabelArea
Dim value As String
 
instance.Text = value
 
value = instance.Text
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also