Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ChartDataEventArgs Class Members
The following tables list the members exposed by ChartDataEventArgs.
Public Properties
| Name | Description |
| ColumnLabel | The text label associated with the DataColumn returned by the click event. |
| DataColumn | Gets the Index of the Data Column which was clicked. |
| DataRow | Gets the Index of the DataRow that was clicked. |
| DataValue | Gets the data value at DataRow, DataColumn in the DataSource. |
| LayerID | The LayerID associated with the Data returned by the click event. |
| RowLabel | The text label associated with the DataRow returned by the click event. |
Public Methods
See Also