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

Viewing Visio documents without Visio


The simplest way to provide viewing of Visio documents without Visio is to use the Microsoft Outlook desktop application or Windows File Explorer. Microsoft Outlook uses a Visio previewer that can display Visio files either included as e-mail attachments or within SharePoint document libraries, as shown in the following screenshot:

The Visio previewer is the Microsoft Visio Viewer control, but a lot of its functionality has been hidden to reduce it to viewing graphics only.

Embedding the Viewer in a Windows desktop application

The control uses ActiveX technology and has an API that provides developers access to each shape and their data labels and values, as well as hyperlinks. It also has the ability to switch layers off and on. It is a shame that these functions are hidden inside Microsoft Outlook.

However, the Microsoft Visio Viewer control can be inserted into a Windows application, such as Microsoft Excel. It is listed as Microsoft Visio Document when...