vcl-dxchartdesigner-2c62506d.md
The form class of the built-in Chart Designer dialog.
TfrmChartDesigner = class(
TdxForm,
IcxDialogMetricsInfoData,
IcxLookAndFeelNotificationListener,
IcxLookAndFeelNotificationListener2
)
The Chart Designer dialog allows users to configure diagrams, series, axes, titles, and other visual elements in the target Chart control.
To invoke the Chart Designer dialog, call the dxShowChartDesigner global procedure.
Inherit a class from TfrmChartDesigner to create a custom Chart Designer dialog form. Assign a reference to the created class to the dxChartDesignerClass global variable to replace the built-in Chart Designer dialog with a custom implementation.
IcxLookAndFeelNotificationListener
IcxLookAndFeelNotificationListener2
TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TfrmChartDesigner
See Also