Skip to main content

TcxGridChartOptionsBehavior.ValueHotTrack Property

Specifies how data markers are highlighted (hot-tracked) in a chart when an end-user hovers the mouse pointer over them.

Declaration

property ValueHotTrack: TcxGridChartValueHotTrack read; write; default vhDefault;

Property Value

Type Default
TcxGridChartValueHotTrack vhDefault

Remarks

Options include:

Value Meaning
vhDefault Data markers are only highlighted when an end-user hovers the mouse pointer over the grouped chart values (the values that can be drilled down). This option is in effect provided that the View’s OptionsCustomize.DataDrillDown property is set to True.
vhNever Data markers are not highlighted in a chart.
vhAlways Data markers are always highlighted when an end-user hovers the mouse pointer over them.

Call the GetValueHotTrack function to determine whether the data marker under the mouse pointer is highlighted.

The default value of the ValueHotTrack property is vhDefault.

See Also