Back to Devexpress

TfrmChartDesignerClass Type

vcl-dxchartdesigner-02f8c7e1.md

latest836 B
Original Source

TfrmChartDesignerClass Type

The class-reference to a Chart Designer dialog form class.

Declaration

delphi
TfrmChartDesignerClass = class of TfrmChartDesigner;

Referenced Class

TypeDescription
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

dxChartDesigner Unit