ChartControlDataDoubleClicked

Occurs when a chart control's data is double-clicked.

Property Description
ChartName The name of the chart.
Row Zero-based row index of the clicked data row.
Column Zero-based column index of the clicked data column.
RowLabel Text label associated with the clicked data row.
ColumnLabel Text label associated with the clicked data column.
DataValue The clicked data value.
IsRightButton A boolean that indicates whether the button clicked is the right (True) or left (False) button.