Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / History Class / SetGUIDPool Method


In This Topic
    SetGUIDPool Method
    In This Topic
    Attaches the history to a Guid pool
    Syntax
    'Declaration
     
    Public Sub SetGUIDPool( _
       ByVal pool As IHistoryGUIDPool _
    ) 
    'Usage
     
    Dim instance As History
    Dim pool As IHistoryGUIDPool
     
    instance.SetGUIDPool(pool)
    public void SetGUIDPool( 
       IHistoryGUIDPool pool
    )

    Parameters

    pool
    Remarks
    The Guid pool resolves GUIDs to object references
    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