Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFclStyle Enum

Enumerates available connection‘s line styles.

#Declaration

Delphi
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