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.
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
Name | Description |
---|---|
Represents the method that will handle the ChartClick event in a ChartJS. |
Last updated