ChartClickEventArgs

Wisej.Web.Ext.ChartJS.ChartClickEventArgs

Namespace: Wisej.Web.Ext.ChartJS

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

Provides data for the ChartClick event of the ChartJS control.

public class ChartClickEventArgs : EventArgs

Properties

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

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

DataSet: Returns the data set directly underneath the click.

Object: Returns the value directly underneath the click.

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

Used By

NameDescription

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

Last updated