Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / History Class / InternalSuspend Property


In This Topic
    InternalSuspend Property
    In This Topic
    Suspends history recording
    Syntax
    'Declaration
     
    Public Property InternalSuspend As Boolean
    'Usage
     
    Dim instance As History
    Dim value As Boolean
     
    instance.InternalSuspend = value
     
    value = instance.InternalSuspend
    public bool InternalSuspend {get; set;}
    Remarks
    The main difference between InternalSuspend Suspend is that InternalSuspend does not clear the current history state. Must be extra cautious not to damage the history integrity while in InternalSuspend mode.
    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