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


In This Topic
    Text Property (LabelArea)
    In This Topic
    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
    public string Text {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also