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


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeries Class : FillFromDataReader Method
the reader to read from
the column name
The data series is filled from the specified collumn of the OleDbDataReader.
Syntax
'Declaration
 
Public Sub FillFromDataReader( _
   ByVal reader As OleDbDataReader, _
   ByVal columnName As String _
) 
'Usage
 
Dim instance As DataSeries
Dim reader As OleDbDataReader
Dim columnName As String
 
instance.FillFromDataReader(reader, columnName)
public void FillFromDataReader( 
   OleDbDataReader reader,
   string columnName
)

Parameters

reader
the reader to read from
columnName
the column name
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