TfrmChartDesignerClass Type
The class-reference to a Chart Designer dialog form class.
Declaration
TfrmChartDesignerClass = class of TfrmChartDesigner;
Referenced Class
Type | Description |
---|---|
TfrmChartDesigner | A Chart Designer dialog class. |
Remarks
Assign a reference to a TfrmChartDesigner
class descendant to the dxChartDesignerClass global variable to replace the default Chart Designer dialog with a custom implementation.
Tip
To invoke the Chart Designer dialog at runtime, call the dxShowChartDesigner global procedure.
See Also