Skip to main content
All docs
V25.1
  • 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

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