Cannot change the color of the pie chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
nikitenko@dataart.com
Newbie
Newbie
Posts: 21
Joined: Mon Mar 27, 2006 12:00 am

Cannot change the color of the pie chart

Post by nikitenko@dataart.com » 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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jun 06, 2006 4:10 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply