Skip to main content
All docs
V25.1
  • Create(TdxChartHitTest,TdxChartHitTest) Constructor

    Initializes a new instance of the TdxChartHotTrackElementEventArgs class with specified settings.

    Declaration

    constructor Create(AHitTest: TdxChartHitTest; APreviousHitTest: TdxChartHitTest);

    Parameters

    Name Type Description
    AHitTest TdxChartHitTest

    HitTest information on the currently hot-tracked visual Chart element.

    APreviousHitTest TdxChartHitTest

    HitTest information on the visual element that was hot-tracked before the current OnHotTrackElement event occurrence in the Chart control.

    Remarks

    Warning

    Do not call this constructor in your code. The Chart control automatically creates a TdxChartHotTrackElementEventArgs class instance and passes it into a TdxChartHotTrackElementEvent procedure assigned to the OnHotTrackElement event.

    See Also