Xceed Chart for WinForms v4.4 Documentation
FillFromDataTable Method (DataSeriesCollection)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeriesCollection Class : FillFromDataTable Method
the source data table
array with the imported column names
Fills the contained data series from the DataTable collumn names specified by the arrColumnNames array.
Syntax
'Declaration
 
Public Sub FillFromDataTable( _
   ByVal table As DataTable, _
   ByVal arrColumnNames() As String _
) 
'Usage
 
Dim instance As DataSeriesCollection
Dim table As DataTable
Dim arrColumnNames() As String
 
instance.FillFromDataTable(table, arrColumnNames)
public void FillFromDataTable( 
   DataTable table,
   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

Reference

DataSeriesCollection Class
DataSeriesCollection Members