Occurs when a chart General callback is made.

Namespace:  C1.Web.C1WebChart3D
Assembly:  C1.Web.C1WebChart3D.2 (in C1.Web.C1WebChart3D.2.dll)

Syntax

C#
public event C1WebChart3DCallbackEventHandler GeneralCallback
Visual Basic
Public Event GeneralCallback As C1WebChart3DCallbackEventHandler

Remarks

The event handler receives an argument of type C1WebChart3DCallbackEventArgs containing string data related to this event.

Use the client side General callback to pass your own data in string form to the server. Based on the content of your string data, you can change any and all aspects of the chart and obtain a new image and image map as a result of the callback.

The General callback is typically used when a callback from an input object on the web page is desired - e.g. a button, onclick.

See Also