vcl-dxflchrt-d1dc4fc8.md
A connection between chart symbols.
TdxFcConnection = class(
TdxFcItem
)
The connection is a solid or patterned line between two chart symbols with customizable start and end points.
This class provides the following members that allow you to:
Create or delete a connection at runtime (Create and Destroy );
Add or remove an intermediate point (AddPoint, InsertPoint, and RemovePoint);
Attach the connection to chart symbols (ObjectSource, ObjectDest, PointSource, and PointDest);
Customize the connection line’s appearance (Color, PenStyle and Style);
Manage its visibility (Transparent and Visible);
Specify appearance settings of the connection’s anchor points (ArrowSource and ArrowDest);
The following TdxCustomFlowChart class’ members references a TdxFcConnection object:
The CreateConnection function;
The Connections, SelectedConnection, and SelectedConnections properties.
TObject TPersistent TdxFcItem TdxFcConnection
See Also