Skip to main content

TFChartAdvEditor Class

An advanced ExpressFlowChart Editor dialog.

Declaration

TFChartAdvEditor = class(
    TdxFlowChartCustomCustomizeForm
)

Remarks

This DPI-aware dialog is designed to create new and customize existing charts.

You can show the “ExpressFlowChart Editor” dialog at design- or runtime by clicking the “Editor…” item in the control’s context menu or calling the ShowFlowChartEditor global function, respectively.

Unlike the simple dialog version implemented by the TFChartEditor class, the advanced dialog supports look & feel settings and automatically imports them from the target control’s LookAndFeel property.

For detailed information, refer to the ExpressFlowChart Editor topic.

See Also