Homepage | About EASA | Contact
Guide Section: Diagramming
EASAP Tree: USER INTERFACE → DIAGRAM LIST → DIAGRAM
Poly-lines, or a series of connected line segments, are created using a LINE.
LINE may be dynamic via an expression for each coordinate of the vertices defined in Points:
The use of object references in the Points: parameter referencing LIST's containing X and Y coordinate values is a powerful way to define a LINE. These LIST's are typically generated using an INTERLEAVE.
![]() |
|
---|---|
Essential Parameters: | |
Points: | List of end point coordinates: x1,y1,x2,y2,… Two points are minimum requirement. Object references and Expressions allowed |
Line Style: | Select line style from list. |
Optional Parameters: | |
Show if: | Logical expression, if FALSE then line NOT shown else default→TRUE |
Transform: | Select one or more TRANSFORM from those available. Order selected is order applied. |
Delimiter: | Character to delimit object references in Points: |