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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top