
MSChart: how to set color of bar graphs
Hi,
I could change color of lines if the MSChart has bidimensional line
format. For example the following line of code sets color of line #1 of
MSChart1 to red
MSChart1.Plot.SeriesCollection.Item(1).Pen.VtColor.Set 255,0,0
This does not work for bars. What should I do in this case? I cannot
believe there is no way to change colors of bars from code.
Thanks a lot for your help.
Giuseppe