Skip to main content

TdxChartHotTrackElementEventArgs.HitTest Property

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

Declaration

property HitTest: TdxChartHitTest read;

Property Value

Type Description
TdxChartHitTest

Stores Chart control HitTest information.

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