Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Data Visualization with Microsoft Visio Professional 2016

You're reading from  Mastering Data Visualization with Microsoft Visio Professional 2016

Product type Book
Published in May 2016
Publisher Packt
ISBN-13 9781785882661
Pages 334 pages
Edition 1st Edition
Languages
Authors (2):
John Marshall John Marshall
David Parker David Parker
Profile icon David Parker
View More author details

Table of Contents (17) Chapters

Mastering Data Visualization with Microsoft Visio Professional 2016
Credits
About the Author
www.PacktPub.com
Preface
Data within Visio Essentials Understanding How Data Is Stored within Visio Linking Data to Shapes Using the Built-In Data Graphics Using the Pivot Diagram Add-On Creating Custom Master Shapes Creating Custom Data Graphics Validating and Extracting Information Automating Structured Diagrams Sharing Data Diagrams Choosing a Deployment Methodology Index

Making graphics respond to data value changes


The following screenshot shows a triangular shape, named DepartmentMarker, added to the group shape of the Person master in the Document Stencil:

Notice that the top group shape is currently named Sheet.5. This is the default name, and it will remain as the NameID property even if the shape is renamed. In fact, 99% of Masters have the top group Shape with an ID of 5. NameID is the ID of the shape preceded by sheet making it Sheet.5.

To make the color of the DepartmentMarker Shape change whenever the value of the Department Shape Data row changes, the following formulas were entered:

FillForegnd=GUARD(TONE(RGB(Sheet.5!Prop.Red,Sheet.5!Prop.Green,Sheet.5!Prop.Blue),50))

FillPattern=GUARD(1)

The RGB(r,g,b) function takes three numbers between 0 and 255 for the red, green, and blue values. These are obtained from the respective Shape Data rows (Prop.Red, Prop.Green, and Prop.Blue) in the parent group Shape, Sheet.5. However, in order to mute the color...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}