Skip to main content
All docs
V26.1
  • dxShowChartDesigner(TdxCustomChartControl) Method

    Invokes the Chart Designer dialog for the specified Chart control.

    Declaration

    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