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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeries Class : FillFromDataTable Method
the source DataTable
the name of the source column
The data series is filled with the objects contained in columnName of the specified DataTable.
Syntax
'Declaration
 
Public Sub FillFromDataTable( _
   ByVal table As DataTable, _
   ByVal columnName As String _
) 
'Usage
 
Dim instance As DataSeries
Dim table As DataTable
Dim columnName As String
 
instance.FillFromDataTable(table, columnName)
public void FillFromDataTable( 
   DataTable table,
   string columnName
)

Parameters

table
the source DataTable
columnName
the name of the source column
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

DataSeries Class
DataSeries Members