ChartClickEventArgs
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS
Provides data for the ChartClick event of the ChartJS control.
- C#
- VB.NET
public class ChartClickEventArgs : EventArgs
Public Class ChartClickEventArgs
Inherits 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 |
|---|---|
| ChartClickEventHandler | Represents the method that will handle the ChartClick event in a ChartJS. |