Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ChartCallbackManager Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : ChartCallbackManager Class


The following tables list the members exposed by ChartCallbackManager.

Public Properties

  Name Description
Public Property SessionKey Gets or sets the session key - the string which is used as key for session variable to save chart state into session.  
Top

Public Methods

  Name Description
Public Method AddCallbackOutput Adds to the callback output given content by name ( param). The param could be html item ID or "javascript" or "ds_popup"  
Public Method DisableUpdate Disables the chart update. Suppress chart rendering during callbacks.  
Public Method Dispose Overloaded.   
Public Method ExecuteClientScript Executes the client script.  
Public Method GetCallbackAsyncMethodReference Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event which is handled by the Chart. The call will be asyncronous and the browser event will not be passed and event bubbling will not be canceled.  
Public Method GetCallbackClientHyperlink Gets the callback client hyperlink.  
Public Method GetCallbackEventReference Overloaded.  Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event which is handled by the Chart. The browser event bubbling will be canceled.  
Public Method GetCallbackMethodReference Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event which is handled by the Chart. The browser event will not be passed and event bubbling will not be canceled.  
Public Method LoadCallbackState Loads the chart viewstate data from a session variable.  
Public Method SaveCallbackState Saves the chart viewstate data to a session variable.  
Public Method UpdateClientControl Overloaded.  Updates the client control.  
Top

See Also