Skip to main content
All docs
V25.1
  • TdxChartHotTrackElementEventArgs.PreviousHitTest Property

    Provides access to HitTest information on the visual Chart element that was hot-tracked before the current OnHotTrackElement event occurrence.

    Declaration

    property PreviousHitTest: TdxChartHitTest read;

    Property Value

    Type Description
    TdxChartHitTest

    Stores Chart control HitTest information.

    Remarks

    You can use the PreviousHitTest.HitCode property to identify the type of the visual element accessible through the PreviousElement property.

    See Also