Dundas Chart for ASP.NET
ChartCallbackManager Class Members
See Also  Properties  Methods  Send comments on this topic.
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.
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, and suppress chart rendering during callbacks.
Disables the chart update. Suppress chart rendering during callbacks.  
Public Method Dispose  
Public Method ExecuteClientScript Executes Javascript on the client-side.
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 asynchronous, the browser event will not be passed, and event bubbling will not be canceled.
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.
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 that is handled by the Chart.  
Public Method GetCallbackMethodReference Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event that is handled by the Chart.
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.
Loads the chart viewstate data from a session variable.  
Public Method SaveCallbackState Saves the chart viewstate data to a session variable.
Saves the chart viewstate data to a session variable.  
Public Method UpdateClientControl Overloaded. Updates the specified client-side control without posting back to the server.  
Top

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.