Create(TdxChartHitTest,TdxChartHitTest) Constructor
In This Article
Initializes a new instance of the TdxChartHotTrackElementEventArgs class with specified settings.
#Declaration
Delphi
constructor Create(AHitTest: TdxChartHitTest; APreviousHitTest: TdxChartHitTest);
#Parameters
Name | Type | Description |
---|---|---|
AHit |
Tdx |
Hit |
APrevious |
Tdx |
Hit |
#Remarks
Warning
Do not call this constructor in your code. The Chart control automatically creates a Tdx
See Also