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

TcxGridChartOptionsBehavior.ValueHints Property

Specifies whether hints are displayed when a user hovers the mouse pointer over chart values.

#Declaration

Delphi
property ValueHints: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

To provide detailed information on the values (data markers) shown in the chart, Chart Views are capable of displaying value hints when an end-user hovers the mouse over the values. This information includes the display text for the corresponding series and string representations of the corresponding category label and series value (as they appear in the chart based upon the corresponding formats applied) for the value which is currently located under the mouse pointer. The resulting information string is determined by the View’s Controller.GetValueHintText function.

Set the ValueHints to True to enable displaying the value hints within the Chart View. Otherwise, the value hints will not be displayed.

#Default Value

The ValueHints property’s default value is True.

See Also