Back to Devexpress

TdxFclStyle Enum

vcl-dxflchrt-10126ac7.md

latest1.4 KB
Original Source

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:

ValueDescriptionPicture
fclStraightA simple line consisting of one or several straight segments that are successively connected at arbitrary angles.
fclCurvedA 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.
fclRectHThe horizontal line that connects the source and destination chart symbols at a right angle. Any intermediate point creates an additional angle at the line.
fclRectVThe 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

dxflchrt Unit