Skip to main content

ChartClickEventArgs

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS

Provides data for the ChartClick event of the ChartJS control.

public class ChartClickEventArgs : EventArgs

Properties

Instance memberDataPoints

Int32[]: Returns the indexes of the data points in the click radius.

Instance memberDataSets

DataSet[]: Returns the data sets in the click radius.

Instance memberSelectedDataSet

DataSet: Returns the data set directly underneath the click.

Instance memberSelectedValue

Object: Returns the value directly underneath the click.

Instance memberValues

Object[]: Returns the indexes of the data points in the click radius.

Used By

NameDescription
ChartClickEventHandlerRepresents the method that will handle the ChartClick event in a ChartJS.