Version

DataBind(DataTable,String,String,String,String,String,String,String) Method

Binds a Data Table with the data points from this series.
Syntax
'Declaration
 
Public Overloads Sub DataBind( _
   ByVal dataTable As DataTable, _
   ByVal closeColumn As String, _
   ByVal dateColumn As String, _
   ByVal highColumn As String, _
   ByVal lowColumn As String, _
   ByVal openColumn As String, _
   ByVal volumeColumn As String, _
   ByVal labelColumn As String _
) 
public void DataBind( 
   DataTable dataTable,
   string closeColumn,
   string dateColumn,
   string highColumn,
   string lowColumn,
   string openColumn,
   string volumeColumn,
   string labelColumn
)

Parameters

dataTable
The data source containing values used to populate the data points from this series.
closeColumn
A data table column used to populate the data point’s values.
dateColumn
A data table column used to populate the data point’s values.
highColumn
A data table column used to populate the data point’s values.
lowColumn
A data table column used to populate the data point’s values.
openColumn
A data table column used to populate the data point’s values.
volumeColumn
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