TdxCustomFlowChart.ApplyLayeredLayout Method
In This Article
Applies layered layout to the control’s content.
#Declaration
Delphi
procedure ApplyLayeredLayout; virtual;
#Remarks
Call this procedure to use the layered layout algorithm that spreads chart elements evenly to avoid connection intersections.
See Also