DataSelectEnable Property

Gets or sets a value that determines whether DataSelection is enabled.

Syntax

object.DataSelectEnable [= value]

Parameters

value
A Boolean expression that enables (TRUE), or disables (FALSE) Data Selection.

Remarks

If DataSelection is enabled, you can change the current row and col selection by double-clicking on the graph with the left mouse button. If the ShowDataTip property is also enabled, datatip windows will be displayed when you hold the mouse over a data element in the graph.

See Also

ShowDataTip