Back to Devexpress

TdxChartToolTips.SimpleToolTipOptions Property

vcl-dxchartcore-dot-tdxcharttooltips-3620fad2.md

latest1.9 KB
Original Source

TdxChartToolTips.SimpleToolTipOptions Property

Provides access to simple tooltip settings.

Declaration

delphi
property SimpleToolTipOptions: TdxChartSimpleToolTipOptions read; write;

Property Value

TypeDescription
TdxChartSimpleToolTipOptions

Stores simple tooltip settings.

|

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.

Use SimpleToolTipOptions.ShowForSeries and SimpleToolTipOptions.ShowForPoints properties to enable or disable simple tooltips for series and their points.

Refer to the TdxChartSimpleToolTipOptions class description for detailed information on all available options.

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.

See Also

TdxChartToolTips.CrosshairOptions Property

TdxChartToolTips Class

TdxChartToolTips Members

dxChartCore Unit