GrapeCity.Spreadsheet Assembly / 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()
Remarks
This function works with Spread WPF only.
See Also