Occurs when the chart is clicked.

Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
public event ImageClickEventHandler Click
Visual Basic
Public Event Click As ImageClickEventHandler

Remarks

The event handler receives an argument of type ImageClickEventArgs containing data related to this event. Note: this event causes the page to be posted back to the server.

See Also