ChartClickEventHandler

Wisej.Web.Ext.ChartJS.ChartClickEventHandler

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)

Represents the method that will handle the ChartClick event in a ChartJS.

public delegate void ChartClickEventHandler(Object sender, ChartClickEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

A ChartClickEventArgs that contains the event data.

Fired By

Name
Description

Fired when the user clicks a data point on the chart.

Last updated

Was this helpful?