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


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