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


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