Problem with pie chart color

M

mr9rubu

I have a pie chart. I want specific colors for each slice. From all the
examples I can find in here, this should do the trick:

objPieChart.Chart(0).SeriesCollection(0).Points(0).Interior.color =
"red"

I get a error message on the Points(0) part. When I use the
Points.count, it gives me the right answer.

I'm using VBScript and OWC10. If you know a good example, please post
the link. Thanks.
 
Top