Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Surface3DSeries Class / Bind Method


In This Topic
    Bind Method (Surface3DSeries)
    In This Topic
    Binds a collection of objects to the Surface3DSeries.
    Syntax
    'Declaration
     
    Public Sub Bind( _
       ByVal list As ICollection, _
       ByVal categoryPropertyName As String, _
       ByVal valuePropertyName As String _
    ) 
    'Usage
     
    Dim instance As Surface3DSeries
    Dim list As ICollection
    Dim categoryPropertyName As String
    Dim valuePropertyName As String
     
    instance.Bind(list, categoryPropertyName, valuePropertyName)
    public void Bind( 
       ICollection list,
       string categoryPropertyName,
       string valuePropertyName
    )

    Parameters

    list
    categoryPropertyName
    valuePropertyName
    Remarks
    Each object is mapped to a CategoryValue using the specified PropertyNames.
    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