Change PieChart colors

T

Thao Moua [ms]

Your code needs to be...

objChart.SeriesCollection[0].Points[0].Interior.SetColor
(ref colRd);

Thao Moua
OWC Webchart Support
 
S

S.Srinivas

Thank you

S.Srinivas
-----Original Message-----
Your code needs to be...

objChart.SeriesCollection[0].Points[0].Interior.SetColor
(ref colRd);

Thao Moua
OWC Webchart Support
-----Original Message-----
hi,
How do we change the colors in the pie chart .
I want to use "Blue","Green","Yellow".

If we use this
Object colRd = "Blue";
objChart.SeriesCollection[0].Interior.set_Color(ref colRd);
whole pie chart pieces become blue.

bye
S.Srinivas
.
.
 

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