Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / TextDataField Property


In This Topic
    TextDataField Property
    In This Topic
    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