How to do I change a Series color in Excel using C#?
问题 I have written a program in C# whereby it automatically generates a graph for me from a CSV file and puts it onto a new XLS file. However, I need to change the color of the Line (as it is a Line Chart) to red rather than the default blue. I am finding this extremely difficult to do and the stuff I've found online has not worked. Please can someone tell me how to do this? 回答1: Here is an example. I noticed when I tried to pass an integer that the bytes seem to be read in reverse order. So