Skip to main content

TFChartEditor Class

A simple ExpressFlowChart Editor dialog.

Declaration

TFChartEditor = 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.

The simple dialog is retained for backward compatibility only. The advanced version of the “Express FlowChartEditor” dialog provides skin support. Instead, use the skinnable dialog version implemented by the TFChartAdvEditor class.

For detailed information, refer to the ExpressFlowChart Editor topic.

See Also