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 Class

Stores simple tooltip settings for a Chart control.

#Declaration

Delphi
TdxChartSimpleToolTipOptions = class(
    TcxOwnedPersistent
)

#Remarks

Simple tooltips display a series caption and/or a series point value when a user hovers the mouse pointer over a series or a series point.

#Main API Members

The list below outlines key members of the TdxChartSimpleToolTipOptions class that allow you to configure simple tooltips in a Chart control.

ShowForSeries | ShowForPoints
Independently enable or disable tooltips for series and points.
UseHintPause
Specifies if the Chart control displays a tooltip after a time interval defined at the application level.
Assign
Copies simple tooltip settings between Chart controls.

#Direct TdxChartSimpleToolTipOptions Class Reference

The TdxChartToolTips.SimpleToolTipOptions property references a TdxChartSimpleToolTipOptions object.

#Tooltip Scaling in RAD Studio 10.3 and Earlier IDEs

Tooltips do not scale properly according to the current monitor DPI in projects built with Embarcadero RAD Studio® 10.3 and earlier IDEs due to a tooltip implementation bug in the VCL library.

To work around this bug, you need to place the TcxHintStyleController component on a form.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxChartSimpleToolTipOptions
See Also