ShowDataTip Property

Gets or sets a value that determines whether data points and their values automatically display in a small data tip window when you place the mouse over them.

Syntax

object.ShowDataTip [= value]

Parameters

value
A Boolean expression that enables (TRUE) or disables (FALSE) the display of data points and their values.

Remarks

The DataSelectEnable property must be enabled.

See Also

DataSelectEnable