Version

DataBind(DataTable,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 minColumn As String, _
   ByVal maxColumn As String, _
   ByVal q1Column As String, _
   ByVal q2Column As String, _
   ByVal q3Column As String _
) 
public void DataBind( 
   DataTable dataTable,
   string minColumn,
   string maxColumn,
   string q1Column,
   string q2Column,
   string q3Column
)

Parameters

dataTable
The data source containing values used to populate the data points from this series.
minColumn
The name of the column containing the Minimum values for each BoxSet
maxColumn
The name of the column containing the Maximum values for each BoxSet.
q1Column
The name of the column containing the first quartile values for each BoxSet.
q2Column
The name of the column containing the second quartile or median values for each BoxSet.
q3Column
The name of the column containing the third quartile values for each BoxSet.
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