Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSimpleToolTipOptions.UseHintPause Property

Specifies if the Chart control displays a tooltip after a time interval defined at the application level.

#Declaration

Delphi
property UseHintPause: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False
False
Default. A tooltip appears immediately once a user hovers the mouse pointer over a series or point.
True
A tooltip appears after a delay defined in the TApplication.HintPause property.

#Remarks

Set the UseHintPause property to True to add a delay between mouse pointer positioning within a series or series point and the consequent tooltip display operation. You can use the TApplication.HintPause property to adjust this delay (in milliseconds).

Note

This delay has no effect when the mouse pointer moves between adjacent series values.

#Property Value Examples

UseHintPause Value Example[1]
False (default)
True

#Default Value

The UseHintPause property’s default value is False.

Footnotes
  1. This example demonstrates different UseHintPause property values on the same simple series with the active Doughnut View.

See Also