Skip to main content
A newer version of this page is available. .

TdxChartHotTrackElementEventArgs Class

Stores information related to an OnHotTrackElement event occurrence in the Chart control.

Declaration

TdxChartHotTrackElementEventArgs = class(
    TdxEventArgs
)

Remarks

The TdxChartHotTrackElementEventArgs class has members that allow you to do the following:

Direct TdxChartHotTrackElementEventArgs Class References

The AArgs parameter of the TdxChartHotTrackElementEvent procedural type references a TdxChartHotTrackElementEventArgs object.

Inheritance

TObject
TdxEventArgs
TdxChartHotTrackElementEventArgs
See Also