The standard name for a Visio shape is Sheet.nnnn and most people change it to a more logical name. You can do this with the sub shapes that make up a grouped shape. So, what happens if you decide to revert back to the original Sheet.nnn style? Select the subshape from the Drawing Explorer (OpenContinue reading “What is in a Name?”
Category Archives: Shapes
Shape Data or Context Menu? Why not both?
In Visio 2010, the Visio team added a Flyout Child cell to the Context menu of a shape. John Goldsmith did a good write up. Visio 2010 custom context menu So, if you are building a Visio shape, you have two ways of controlling how a shape behaves, the context menu or by using ShapeContinue reading “Shape Data or Context Menu? Why not both?”
ShapeSheet Shapes
A lot of people only know Visio as an app to create business diagrams with clip art and connecting lines. Some have realized you can connect the diagram to a data source like Excel and bring life to the content. Some have also realized you can add embellishments to the shapes called Data Graphics thatContinue reading “ShapeSheet Shapes”
Visio Stencil Sort
One of the things I noticed when reviewing Visio’s User Voice was the request for being able to have the shapes (they are actually masters) in the stencils be sorted. This is some code I have for keeping the masters in the document stencil sorted. Here is the before and after.
Venn Diagram
Today, someone asked where the Venn Diagram was in Visio. There is a support article https://support.microsoft.com/en-us/office/create-a-venn-diagram-in-visio-447d65f4-79a3-411d-811d-bfdea7f83e2d The actual description for manually creating a Venn digram is okay, but a bit of overkill. You can just create a circle duplicate it twice, move them apart and distribute them horizontally (only worry about the distance between theContinue reading “Venn Diagram”
Visio Ellipse Part 4
So, why the interest in the Ellipse row? I came across a set of symbols that seemed ideal for Visio and some of the shapes had an interesting way of indicating heat settings. A series of dots from one to six. Initially I wanted to do this as a shapesheet segment, so I worked outContinue reading “Visio Ellipse Part 4”
Visio Ellipse Part 3
Decoupling the ellipse from the shape So, it is easy to create a circle shape and move it around the page, but what is needed to create a circle and move it within a shape? The problem is that the Ellipse row created has cells based on the Height and Width of the containing shape.Continue reading “Visio Ellipse Part 3”
Visio Ellipse Part 2
Rotation So, what happens when a circle rotates? The Geometry row is unchanged, but the shape angle changes and the bounding box is at an angle. To correct the bounding box, you can do Developer > Operations > Union. Now the shape looks the same as before, but if you look at the Ellipse Row,Continue reading “Visio Ellipse Part 2”
Visio Ellipse Part 1
I needed to create a new shape that was a series of dots, from zero to six. The shape had one property that determined the number of dots. The easy way would be to create a series of circle shapes, group them and control the visibility of each dot from the group shape. I tendContinue reading “Visio Ellipse Part 1”
Techniques for creating Visio Shapes
Most Visio users barely scratch the surface when dealing with the product. I recently watched a video where a Visio expert dropped a shape on a page and then used the Text tool to create a label for the shape. All Visio shapes have a text block and there is a Text block tool ifContinue reading “Techniques for creating Visio Shapes”