DataSelect Event

This event is fired by the control when you double-click on the graph with the left mouse button, or when you hold the mouse pointer steady over a data element in the graph.

Syntax

DataSelect (row, col, val)

Parameters

row
A Long value that provides the row index of the selected element.

col
A Long value that provides the column index of the selected element.

val
A Double value that provides the value of the selected data element.

Remarks

The DataSelectEnable property must be TRUE for the DataSelect event to be fired.

For Vector graphs, the DataSelect event will not be fired. Instead, the VDataSelect event will be fired.

See Also

DataSelectEnable, VDataSelect, GraphType