Page 1 of 1

Cannot change the color of the pie chart

Posted: Mon Jun 05, 2006 12:56 pm
by 9640767
Hello All,

I cann't change the color of the pie chart (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier
3) fill that serier with sample values
pie1.FillSampleValues();

4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) go to Series->Circled
try to modify Series->Series->Circled->Color

Nothing happens due to changing...

Any ideas how can I change the color of the pie chart?

Thanks.

Posted: Tue Jun 06, 2006 4:10 pm
by narcis
Hello,

This property shouldn't be in pie series editor, it is for other circled series like polar, windrose, etc. I've added the defect (TF02011464) to the bug list to be fixed for future releases.

You can change a pie color by using pie1.Color or setting a color for each point when adding it to the series.