VDataSelect Event

This event is fired by the control when the graph type is Vector and 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

VDataSelect (index, xval, yval, zval, wval)

Parameters

index
A Long value that provides the index of the selected vector.

xval
A Double value that provides the XComp value of the selected vector.

yval
A Double value that provides the YComp value of the selected vector.

zval
A Double value that provides the ZComp value of the selected vector.

wval
A Double value that provides the WComp value of the selected vector.

Remarks

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

For graph types other than Vector, the VDataSelect event will not be fired. Instead, the DataSelect event will be fired.

See Also

DataSelectEnable, DataSelect, GraphType, XComp, YComp, ZComp, WComp