Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeries Class / FillFromDataView Method
the source data view
the name of the source column


In This Topic
    FillFromDataView Method (DataSeries)
    In This Topic
    The data series is filled with the objects contained in columnName of the specified DataView.
    Syntax
    'Declaration
     
    Public Sub FillFromDataView( _
       ByVal view As DataView, _
       ByVal columnName As String _
    ) 
    'Usage
     
    Dim instance As DataSeries
    Dim view As DataView
    Dim columnName As String
     
    instance.FillFromDataView(view, columnName)
    public void FillFromDataView( 
       DataView view,
       string columnName
    )

    Parameters

    view
    the source data view
    columnName
    the name of the source column
    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