Skip to main content

TdxChartHotTrackElementEventArgs Properties

Stores information related to an OnHotTrackElement event occurrence in the Chart control.
Name Description
Element Provides access to the currently hot-tracked visual element in the Chart control.
HitTest Provides access to HitTest information on the currently hot-tracked visual Chart element.
PreviousElement Provides access to the visual element that was hot-tracked before the current OnHotTrackElement event occurrence in the Chart control.
PreviousHitTest Provides access to HitTest information on the visual Chart element that was hot-tracked before the current OnHotTrackElement event occurrence.
See Also