Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxShowChartDesigner(TdxCustomChartControl) Method

Invokes the Chart Designer dialog for the specified Chart control.

#Declaration

Delphi
procedure dxShowChartDesigner(AChartControl: TdxCustomChartControl);

#Parameters

Name Type Description
AChartControl TdxCustomChartControl

The target Chart control.

#Remarks

Call the dxShowChartDesigner procedure to display the Chart Designer dialog to allow users to configure diagrams in the Chart control passed as the AChartControl parameter.

VCL Chart Control: The Chart Designer Dialog

Note that the displayed Chart Designer dialog imports its look & feel settings from the target Chart control.

Tip

If you need to customize the Chart Designer dialog, derive a custom form class from the TfrmChartDesigner class. Then, assign a reference to the custom form class to the dxChartDesignerClass global variable.

See Also