Does anyone know how to change the default bar colours of the MSChart control?
I would expect this code to make the first bar black but it doesn't, is there some other property I need to also set?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
Code:
MSChart1.Plot.SeriesCollection.Item(1).Pen.VtColor.Set 0, 0, 0
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments