Back to Devexpress

TfrmChartDesigner Class

vcl-dxchartdesigner-2c62506d.md

latest2.3 KB
Original Source

TfrmChartDesigner Class

The form class of the built-in Chart Designer dialog.

Declaration

delphi
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

IcxDialogMetricsInfoData

IcxLookAndFeelNotificationListener

IcxLookAndFeelNotificationListener2

Inheritance

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TfrmChartDesigner

See Also

TfrmChartDesigner Members

dxChartDesigner Unit