Cannot change the color of the pie chart
Posted: Mon Jun 05, 2006 12:56 pm
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.
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.