Skip to main content

TdxFclStyle Enum

Enumerates available connection‘s line styles.

Declaration

TdxFclStyle = (
    fclStraight,
    fclCurved,
    fclRectH,
    fclRectV
);

Members

Name
fclStraight
fclCurved
fclRectH
fclRectV

Remarks

The options include:

Value Description Picture
fclStraight A simple line consisting of one or several straight segments that are successively connected at arbitrary angles.
fclCurved A parametric curve that consists of one or more splines. Adding a new intermediate point on the line creates a new arc and determines its position and curvature.
fclRectH The horizontal line that connects the source and destination chart symbols at a right angle. Any intermediate point creates an additional angle at the line.
fclRectV The vertical line that connects the source and destination chart symbols at a right angle. Any intermediate point creates an additional angle at the line.

The connection’s Style property references the TdxFclStyle type.

See Also