Create(TPersistent,TdxChart) Constructor
In This Article
Initializes a new instance of the TdxChartCrosshairOptions class with specified settings.
#Declaration
Delphi
constructor Create(AOwner: TPersistent; AChart: TdxChart); reintroduce;
#Parameters
Name | Type | Description |
---|---|---|
AOwner | TPersistent | The parent tooltip settings container to which the created Crosshair Cursor settings belong. |
AChart | Tdx |
The internal Chart model to which the created Crosshair Cursor settings belong. |
#Remarks
Warning
Call this constructor only if you use the Tdx
See Also