Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartHotTrackElementEventArgs Class

Stores information related to an OnHotTrackElement event occurrence in the Chart control.

#Declaration

Delphi
TdxChartHotTrackElementEventArgs = class(
    TdxEventArgs
)

#Remarks

The TdxChartHotTrackElementEventArgs class has members that allow you to do the following:

  • Obtain HitTest information on the currently hot-tracked visual element (HitTest).
  • Access the currently hot-tracked visual element (Element).
  • Obtain HitTest information on the visual element that was hot-tracked before the current OnHotTrackElement event occurrence (PreviousHitTest).
  • Access the visual element that was hot-tracked before the current OnHotTrackElement event occurrence (PreviousElement).

#Direct TdxChartHotTrackElementEventArgs Class References

The AArgs parameter of the TdxChartHotTrackElementEvent procedural type references a TdxChartHotTrackElementEventArgs object.

#Inheritance

TObject
TdxEventArgs
TdxChartHotTrackElementEventArgs
See Also