vcl-dxchartcore-5c831979.md
Stores simple tooltip settings for a Chart control.
TdxChartSimpleToolTipOptions = class(
TcxOwnedPersistent
)
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.
The list below outlines key members of the TdxChartSimpleToolTipOptions class that allow you to configure simple tooltips in a Chart control.
ShowForSeries | ShowForPointsIndependently enable or disable tooltips for series and points.UseHintPauseSpecifies if the Chart control displays a tooltip after a time interval defined at the application level.AssignCopies simple tooltip settings between Chart controls.
The TdxChartToolTips.SimpleToolTipOptions property references a TdxChartSimpleToolTipOptions object.
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.
TObject TPersistent TcxOwnedPersistent TdxChartSimpleToolTipOptions
See Also
TdxChartCrosshairOptions Class