TdxChartHotTrackElementEventArgs.Element Property
Provides access to the currently hot-tracked visual element in the Chart control.
Declaration
property Element: TObject read;
Property Value
Type | Description |
---|---|
TObject | The currently hot-tracked visual element. You need to cast this property value to the corresponding visual Chart element class to access any visual element-specific public API member. Use the HitTest.HitCode property to identify the target visual element type.” |
Remarks
To access the visual Chart element that was hot-tracked before the current OnHotTrackElement event occurrence, use the PreviousElement property.
See Also