Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxisTitle Interface / Text Property


In This Topic
    Text Property (IAxisTitle)
    In This Topic
    Gets or sets a string value that represents the axis title text.
    Syntax
    'Declaration
     
    Property Text As String
    'Usage
     
    Dim instance As IAxisTitle
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}
    See Also