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 Members

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

#Constructors

Name Description
Create(TdxChartHitTest,TdxChartHitTest) Initializes a new instance of the TdxChartHotTrackElementEventArgs class with specified settings.

#Properties

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.

#Methods
Show Inherited Hide Inherited

Name Description
Empty Inherited from TdxEventArgs.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also