I think I have previously seen a Visio document with a radio button menu, which enabled the switching between data graphics - if so how was it done?
Thanks
Microsoft VisioVBA
Last Comment
Washcare
8/22/2022 - Mon
Scott Helmers
You would need to write code to allow switching between data graphics by using radio buttons.
The closest thing in the Visio UI is a new data graphics gallery in Visio 2016. You can switch between preconfigured data graphics in this gallery in much the same way you can switch between themes in the themes gallery. However, you can't use it to switch between user-created data graphics.
Washcare
ASKER
Hi Scott
Thank you for your reply please, could you point me in the right direction for writing the code?
The closest thing in the Visio UI is a new data graphics gallery in Visio 2016. You can switch between preconfigured data graphics in this gallery in much the same way you can switch between themes in the themes gallery. However, you can't use it to switch between user-created data graphics.