TdxFclStyle Enum
Enumerates available connection‘s line styles.
#Declaration
TdxFclStyle = (
fclStraight,
fclCurved,
fclRectH,
fclRectV
);
#Members
Name |
---|
fcl
|
fcl
|
fcl
|
fcl
|
#Remarks
The options include:
Value | Description | Picture |
---|---|---|
fcl |
A simple line consisting of one or several straight segments that are successively connected at arbitrary angles. | ![]() |
fcl |
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. | ![]() |
fcl |
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. | ![]() |
fcl |
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.