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
DataPoints

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

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

DataSet: Returns the data set directly underneath the click.
SelectedValue

Object: Returns the value directly underneath the click.
Values

Object[]: Returns the indexes of the data points in the click radius.
Used By
Name
Description
Represents the method that will handle the ChartClick event in a ChartJS.
Last updated
Was this helpful?