TfrmChartDesignerClass Type
In This Article
The class-reference to a Chart Designer dialog form class.
#Declaration
Delphi
TfrmChartDesignerClass = class of TfrmChartDesigner;
#Referenced Class
Type | Description |
---|---|
Tfrm |
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 dx
See Also