Version

DataBind(DataSet,Int32,String,String,String,String,String,String,String) Method

Binds a Data Set with the data points from this series.
Syntax
'Declaration
 
Public Overloads Sub DataBind( _
   ByVal dataSet As DataSet, _
   ByVal tableIndex As Integer, _
   ByVal endTimeColumn As String, _
   ByVal linkToIDColumn As String, _
   ByVal ownerColumn As String, _
   ByVal percentCompleteColumn As String, _
   ByVal startTimeColumn As String, _
   ByVal timeEntryIDColumn As String, _
   ByVal labelColumn As String _
) 

Parameters

dataSet
The data source containing values used to populate the data points from this series.
tableIndex
The index of a data table from the data set.
endTimeColumn
A data table column used to populate the data point’s values.
linkToIDColumn
A data table column used to populate the data point’s values.
ownerColumn
A data table column used to populate the data point’s values.
percentCompleteColumn
A data table column used to populate the data point’s values.
startTimeColumn
A data table column used to populate the data point’s values.
timeEntryIDColumn
A data table column used to populate the data point’s values.
labelColumn
A data table column used to populate the data point’s labels.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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