I cant find any example related to StereotypePosition in guide can you please send how to use this in skinparam

+1 vote
asked Feb 5 in Question / help by Charan

1 Answer

0 votes
answered Feb 5 by The-Lu (74,900 points)

Hello C., and all,

Here are some examples:

CodeOutput
skinparam stereotypePosition top

participant A<<st>>
participant B<<st2>>

A --> B : test stereo
skinparam stereotypePosition bottom

participant A<<st>>
participant B<<st2>>

A --> B : test stereo


But FYI that concerns only sequence diagram...

If that can help;
Regards,
Th.

commented Jul 5 by csr2.cambs (140 points)
reshown Jul 19 by csr2.cambs
commented Jul 19 by The-Lu (74,900 points)

Hi,
As already mentioned:

But FYI that concerns only sequence diagram...

Then that will be a new wanted feature... as requested here:

Regards,
Th.
...