Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesCollection Class / FillFromDataTable Method
the source data table
array with the imported column names


In This Topic
    FillFromDataTable Method (NDataSeriesCollection)
    In This Topic
    Fills the contained data series from the DataTable column names specified by the arrColumnNames array.
    Syntax
    'Declaration
     
    
    Public Sub FillFromDataTable( _
       ByVal table As System.Data.DataTable, _
       ByVal arrColumnNames() As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDataSeriesCollection
    Dim table As System.Data.DataTable
    Dim arrColumnNames() As System.String
     
    instance.FillFromDataTable(table, arrColumnNames)
    public void FillFromDataTable( 
       System.Data.DataTable table,
       System.string[] arrColumnNames
    )

    Parameters

    table
    the source data table
    arrColumnNames
    array with the imported column names
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also