The following tables list the members exposed by ChartCallbackManager.
Name | Description | |
---|---|---|
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. |
Name | Description | |
---|---|---|
AddCallbackOutput | Adds to the callback output given content by name ( param). The param could be html item ID or "javascript" or "ds_popup" | |
DisableUpdate | Disables the chart update, and suppress chart rendering during callbacks. Disables the chart update. Suppress chart rendering during callbacks. | |
Dispose | ||
ExecuteClientScript | Executes Javascript on the client-side. Executes the client script. | |
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. | |
GetCallbackClientHyperlink | Gets the callback client hyperlink. Gets the callback client hyperlink. | |
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. | |
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. | |
LoadCallbackState | Loads the chart viewstate data from a session variable. Loads the chart viewstate data from a session variable. | |
SaveCallbackState | Saves the chart viewstate data to a session variable. Saves the chart viewstate data to a session variable. | |
UpdateClientControl | Overloaded. Updates the specified client-side control without posting back to the server. |