dxChartDesignerClass Variable
In This Article
Specifies the Chart Designer dialog form class.
#Declaration
Delphi
var dxChartDesignerClass: TfrmChartDesignerClass = TfrmChartDesigner;
#Variable Value
Type | Description |
---|---|
Tfrm |
The class-reference to a Chart Designer dialog form 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.
See Also