Add 2nd label to Connector
Add 2nd label to Connector
(OP)
You know how if you join 2 shapes with Connector tool and on the connector line if you select it & press F2 you can add text associated with the Connector tool shape?
How can I add a 2nd one of these text boxes to this Connector line. This is so I can label both ends of the connector line. I don't really want to create a text box and group it to the Connector line because this has different (& not desired) behaviour to the text which is part of the Connector line.
Regards, MH
How can I add a 2nd one of these text boxes to this Connector line. This is so I can label both ends of the connector line. I don't really want to create a text box and group it to the Connector line because this has different (& not desired) behaviour to the text which is part of the Connector line.
Regards, MH
RE: Add 2nd label to Connector
John... Visio MVP - Visio.MVPs.org
RE: Add 2nd label to Connector
Create a text block and group it with the dynamic connector.
Select the dynamic connector within the group and use Format --> Special.. from the menu. At the top of the dialog is an Id #, remember it, that will be the shapesheet number.
Open the Text Block Shapesheet. Delete the Geometry section.
In the Shape Transform Section, set the Width to Guard(TextWidth(TheText)) and the Height to a constant value so it no longer relies on the height of the grouped shape.
Set the PinX and PinY to Sheet.x!BeginX and Sheet.x!Begin Y where "x" is he shape sheet number of the Dynamic connector. (You can also use EndX and EndY). You may want to add a constant to adjust the offset.
John... Visio MVP - Visio.MVPs.org