I have a graph that is loaded with data by a VBA code. Each time I run the code, new data is added to the graph and the graph regenerates automatically to display that data. So far, so good.
The problem is that, when the graph regenerates, it sets various line weights back to the default width and back to solid line (they had been dashes).
When I look-up online how to set the line width, I find lots of posts that describe how to set all of the lines in a graph to any width you want - but I want different lines to have different widths and for the narrow lines to also be dashed (instead of a solid line). So, the solutions I find online to set all of the lines to the same width are not sufficient for me.
Can anyone tell me how to make the width of some lines on a graph thinner and dashed, but leave other lines in the same line at the default width and line type (i.e., a continuous line)?
Bookmarks