Dundas Chart for ASP.NET
ChartCallbackManager Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : ChartCallbackManager Class


This class contains all methods related to callbacks on the chart.
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.

Syntax

Visual Basic (Declaration)  
Public Class ChartCallbackManager 
Visual Basic (Usage) Copy Code
Dim instance As ChartCallbackManager
C#  
public class ChartCallbackManager 

Remarks

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. 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.ChartCallbackManager

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

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