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

NameTypeDescription

sender

The source of the event.

e

A ChartClickEventArgs that contains the event data.

Fired By

NameDescription

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

Last updated