Spread Windows Forms 11.0 Product Documentation
TextDataField Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LabelArea Class : 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
public string TextDataField {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

LabelArea Class
LabelArea Members