Is it possible to hide the arguments list in a Visio UML sequence diagram? Currently, when I add a message call to the diagram it appears like this:
operationName( param1, param2)
And I want it to look like this:
operationName()
I am wondering if it is doable.