04-01-2020 03:46 PM
Hello, hoping you guys can help me out with something:
I am using the report generation toolkit to insert a graph into a Microsoft Word document. I am using the VI: "Word Set Graph Colors" to set the colors of each plot in my graph. It also has an input for the weight - however this input is a scalar, not an array. I want to set each plot to have its own weight. Is there any way to do this?
Thanks in advance!
04-02-2020 03:02 PM
Alright, answered my own question I guess.
I made my own copy of the VI in the report generation toolkit and just changed the weight to an array and that was actually all I had to do since it went into a loop and could auto-index.