ChartCallbackManager is a class exposed into the chart and handle with callbacks, chart viewstate, chart rendering in user interactive mode and contain several public methods for helping callback calls.
Visual Basic (Declaration) | |
---|---|
Public Class ChartCallbackManager |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class ChartCallbackManager |
There are a variety of methods that can be used in the CallbackManager to provide greater flexibility in implementing AJAX-based solutions. The UpdateClientControl method allows you to update any specified client-side controls (list boxes, text boxes, etc.) without posting back to the server. GetCallbackClientHyperlink can be used to set a hyperlink for any client-side control, and functions in the same manner as the GetCallbackEventReference method.
System.Object
Dundas.Charting.WebControl.ChartCallbackManager
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