Book Image

Mastering Data Visualization with Microsoft Visio Professional 2016

By : John Marshall, David Parker
Book Image

Mastering Data Visualization with Microsoft Visio Professional 2016

By: John Marshall, David Parker

Overview of this book

Microsoft Visio Professional is a data visualization application that is used by many different market sectors and many different departments to represent information visually, from network infrastructure to organization charts, from process diagrams to office layouts. Starting off with a brief introduction to Visio Professional 2016 and then moving on to data storage, linking data to shapes, and working with SQL Server to create a solid foundation. Then we’ll cover topics such as refreshing data, working with geographical data, working with various graphics, and diagrams, and more. Finally, you’ll find out how to deploy custom stencils, templates, and code.
Table of Contents (17 chapters)
Mastering Data Visualization with Microsoft Visio Professional 2016
Credits
About the Author
www.PacktPub.com
Preface
Index

Chapter 9. Automating Structured Diagrams

In the previous chapters, we learnt how to import data and display information graphically, and even how to validate the structure of a diagram. However, there are many scenarios when generating all or part of a diagram from data can save hours of manual layout work. In this chapter, we will look into ways of generating structured diagrams from data. This will include dropping specific shapes for specific data values, connecting shapes together, and placing them into containers and lists. Finally, we will learn how to associate callouts with shapes.

This chapter includes copious VBA macros, which contain the principles for actions in any other coding language.

In this chapter, we will learn the following:

  • Using a specific Master shape

  • Dropping and linking shapes to data

  • Connecting shapes from data

  • Adding data-linked shapes to containers

  • Adding data-linked shapes to lists

  • Adding callouts to shapes