J
jarlen
I am building a diagram from an excel sheet where each line in the sheet
creates a shape in my visio diagram, autoconnects the required connections,
and binds some data to the shape.
Then I've made a function so when I double-click a shape, all related
connections are shown/hidden (if they're invisible they're made visible and
vice versa) but I need to include the same (in)visibility method to my data
graphics.
Is it possible to programmatically create the data graphics (the standard
layouts will be fine) and add the graphics to the layer I also use to
show/hide the connection lines?
All the articles I've found regarding data graphics has been about adding or
editing it using the visio menus, but since the entire diagram is build by
macros I need a way to work with them programattically.
creates a shape in my visio diagram, autoconnects the required connections,
and binds some data to the shape.
Then I've made a function so when I double-click a shape, all related
connections are shown/hidden (if they're invisible they're made visible and
vice versa) but I need to include the same (in)visibility method to my data
graphics.
Is it possible to programmatically create the data graphics (the standard
layouts will be fine) and add the graphics to the layer I also use to
show/hide the connection lines?
All the articles I've found regarding data graphics has been about adding or
editing it using the visio menus, but since the entire diagram is build by
macros I need a way to work with them programattically.