Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DisableUpdate Method
See Also 
Dundas.Charting.WebControl Namespace > ChartCallbackManager Class : DisableUpdate Method


disable
if set to true chart will be not rendered.
Disables the chart update. Suppress chart rendering during callbacks.

Syntax

Visual Basic (Declaration)  
Public Sub DisableUpdate( _
   ByVal disable As Boolean _
) 
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
Dim disable As Boolean
 
instance.DisableUpdate(disable)
C#  
public void DisableUpdate( 
   bool disable
)

Parameters

disable
if set to true chart will be not rendered.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also