TdxChartHotTrackElementEventArgs.PreviousHitTest Property
In This Article
Provides access to HitTest information on the visual Chart element that was hot-tracked before the current OnHotTrackElement event occurrence.
#Declaration
Delphi
property PreviousHitTest: TdxChartHitTest read;
#Property Value
Type | Description |
---|---|
Tdx |
Stores Chart control Hit |
#Remarks
You can use the PreviousHitTest
.HitCode property to identify the type of the visual element accessible through the PreviousElement property.
See Also