vcl-dxflchrt-10126ac7.md
Enumerates available connection‘s line styles.
TdxFclStyle = (
fclStraight,
fclCurved,
fclRectH,
fclRectV
);
| Name |
|---|
fclStraight |
fclCurved |
fclRectH |
fclRectV |
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