TdxFcConnection Class
A connection between chart symbols.
Declaration
TdxFcConnection = class(
TdxFcItem
)
Remarks
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.