Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeries Class / FillFromEnumerable Method
the enumerable interface to fill from


In This Topic
    FillFromEnumerable Method
    In This Topic
    The data series is filled from the enumerator which is obtained from the specified enumerable interface.
    Syntax
    'Declaration
     
    Public Sub FillFromEnumerable( _
       ByVal enumerable As IEnumerable _
    ) 
    'Usage
     
    Dim instance As DataSeries
    Dim enumerable As IEnumerable
     
    instance.FillFromEnumerable(enumerable)
    public void FillFromEnumerable( 
       IEnumerable enumerable
    )

    Parameters

    enumerable
    the enumerable interface to fill from
    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