Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / DataTable Property


In This Topic
    DataTable Property
    In This Topic
    Gets an IDataTable object that represents the chart data table.
    Syntax
    'Declaration
     
    
    ReadOnly Property DataTable As IDataTable
    'Usage
     
    
    Dim instance As IChart
    Dim value As IDataTable
     
    value = instance.DataTable
    IDataTable DataTable {get;}
    Remarks
    This function works with Spread WPF only.
    See Also