ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1WebChart.GeneralCallback Event

Occurs when a chart General callback is made.

[Visual Basic]

Public Event GeneralCallback As C1WebChartCallbackEventHandler

[C#]

public event C1WebChartCallbackEventHandler GeneralCallback

[Delphi]

public property GeneralCallback: C1WebChartCallbackEventHandler read remove_GeneralCallback write add_GeneralCallback;

Remarks

The event handler receives an argument of type C1WebChartCallbackEventArgs 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, for example a button, onclick.

See Also

C1WebChart Class | C1WebChart Members | C1.Web.C1WebChart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.