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


TextDataField Property
Gets or sets the field in the data source that stores the text.
Syntax
'Declaration
 
Public Property TextDataField As String
 
'Usage
 
Dim instance As LabelArea
Dim value As String
 
instance.TextDataField = value
 
value = instance.TextDataField
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also