Skip to main content
A newer version of this page is available. .

TdxChartHotTrackElementEvent Type

The procedural type for chart element hot-track events.

Declaration

TdxChartHotTrackElementEvent = procedure(Sender: TObject; const AArgs: TdxChartHotTrackElementEventArgs) of object;

Parameters

Name Type Description
Sender TObject

Provides access to the Chart control that raised the current visual element hot-track event.

AArgs TdxChartHotTrackElementEventArgs

Provides access to the current and previous hot-tracked visual elements and related HitTest information.

Remarks

The Chart control’s OnHotTrackElement event references the TdxChartHotTrackElementEvent procedural type.

See Also