Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ShowTitle Method


In This Topic
    ShowTitle Method
    In This Topic
    Displays the title of chart.
    Syntax
    'Declaration
     
    Sub ShowTitle() 
    'Usage
     
    Dim instance As IChart
     
    instance.ShowTitle()
    void ShowTitle()
    Remarks
    This function works with Spread WPF only.
    See Also