ChartClickEventHandler
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS
Represents the method that will handle the ChartClick event in a ChartJS.
- C#
- VB.NET
public delegate void ChartClickEventHandler(Object sender, ChartClickEventArgs e)
Public Delegate Sub ChartClickEventHandler(ByVal sender As [Object], ByVal e As ChartClickEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The source of the event. |
| e | ChartClickEventArgs | A ChartClickEventArgs that contains the event data. |
Fired By
| Name | Description |
|---|---|
| ChartJS.ChartClick | Fired when the user clicks a data point on the chart. |