I have requirement to create dynamic Visio diagram using C# code. Is there any way I can achieve this?
I have requirement to create dynamic Visio diagram using C# code. I found VSTO add-in for office solution but it has very limited details to add how to add document and Shapes. But I have not found any article which can provide details on how to create dynamic diagram with linked shapes. Is there any solution available for it?
I have tried VSTO add-in for Visio solutions. Below is the link https://learn.microsoft.com/en-us/visualstudio/vsto/visio-solutions?view=vs-2022
It has limited information regarding how to add document and how to add shapes to document. I am expecting more details for how to create Visio diagram with linked and customize shapes.