TfrmChartDesigner Class
The form class of the built-in Chart Designer dialog.
Declaration
TfrmChartDesigner = class(
TdxForm,
IcxDialogMetricsInfoData,
IcxLookAndFeelNotificationListener,
IcxLookAndFeelNotificationListener2
)
Remarks
The Chart Designer dialog allows users to configure diagrams, series, axes, titles, and other visual elements in the target Chart control.
Invoke the Chart Designer Dialog
To invoke the Chart Designer dialog, call the dxShowChartDesigner global procedure.
Create a Custom Chart Designer Dialog
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.
Implements
Inheritance
See Also