Create(TdxCustomChartControl) Constructor
In This Article
Creates a Chart Designer dialog form for the specified Chart control.
#Declaration
Delphi
constructor Create(AChartControl: TdxCustomChartControl); reintroduce; virtual;
#Parameters
Name | Type | Description |
---|---|---|
AChart |
Tdx |
The target Chart control. |
#Remarks
Warning
Do not call this constructor in your code. The dx
See Also