Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Series Class / Bind Method / Bind(IList,IList) Method
The list of categories.
The list of values.


In This Topic
    Bind(IList,IList) Method
    In This Topic
    Binds the data for this Series, using the provided lists of categories and values.
    Syntax
    'Declaration
     
    Public Overloads Sub Bind( _
       ByVal categories As IList, _
       ByVal values As IList _
    ) 
    'Usage
     
    Dim instance As Series
    Dim categories As IList
    Dim values As IList
     
    instance.Bind(categories, values)
    public void Bind( 
       IList categories,
       IList values
    )

    Parameters

    categories
    The list of categories.
    values
    The list of values.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, 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