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