Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeriesCollection Class / FillFromDataReader Method
the reader
array containing the imported column names


In This Topic
    FillFromDataReader Method (DataSeriesCollection)
    In This Topic
    Fills the contained data series from the OleDbDataReader collumn names specified by the arrColumnNames array.
    Syntax
    'Declaration
     
    Public Sub FillFromDataReader( _
       ByVal reader As OleDbDataReader, _
       ByVal arrColumnNames() As String _
    ) 
    'Usage
     
    Dim instance As DataSeriesCollection
    Dim reader As OleDbDataReader
    Dim arrColumnNames() As String
     
    instance.FillFromDataReader(reader, arrColumnNames)
    public void FillFromDataReader( 
       OleDbDataReader reader,
       string[] arrColumnNames
    )

    Parameters

    reader
    the reader
    arrColumnNames
    array containing the imported column names
    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