Create(TdxCustomChartControl) Constructor
Creates a Chart Designer dialog form for the specified Chart control.
Declaration
constructor Create(AChartControl: TdxCustomChartControl); reintroduce; virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| AChartControl | TdxCustomChartControl | The target Chart control. |
Remarks
Warning
Do not call this constructor in your code. The dxShowChartDesigner global procedure invokes this constructor through a class reference assigned to the dxChartDesignerClass global variable.
See Also