Skip to main content

ChartClickEventHandler

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS

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

public delegate void ChartClickEventHandler(Object sender, ChartClickEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eChartClickEventArgsA ChartClickEventArgs that contains the event data.

Fired By

NameDescription
ChartJS.ChartClickFired when the user clicks a data point on the chart.