dxChartDesignerClass Variable
Specifies the Chart Designer dialog form class.
Declaration
var dxChartDesignerClass: TfrmChartDesignerClass = TfrmChartDesigner;
Variable Value
| Type | Description |
|---|---|
| TfrmChartDesignerClass | 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