Labels above AND below the arrows? (without notes)

0 votes
asked Aug 7, 2023 in Question / help by stephenwithav (180 points)

Is it possible to label both above and below an arrow, like "asks for"/1 in the linked image?  Without notes, preferably, unless it can create a similar appearance.

uml

1 Answer

0 votes
answered Mar 13 by dickmaley (4,120 points) 1 flag

image

@startuml
A -> B : Label Above
note right of A : Label Below
note left of B : Label Below
@enduml

commented Mar 13 by The-Lu (79,040 points)

Hello D.,

The request will be more on component or deployment diagram and not on sequence diagram.

If that can help,
Regards,
Th.

...