12

I want to make sequence diagram by using UML diagram set in Dia. Can I modify or lengthen the rectangle of the lifeline? When I extend it, only the dashed line that extends.

fikr4n
  • 2,822
  • 1
  • 22
  • 42

1 Answers1

17

The dashed line is the lifeline (see here for an explanation). What you want to do is extend the execution occurrence (the wide rectangle). To do this, right click on the occurrence and select "Add connection points".

vainolo
  • 6,681
  • 3
  • 20
  • 45
  • Thanks, I've just known how to add connection points. Previously, I added unnamed "dummy" method to do this. – fikr4n Apr 01 '12 at 06:54