Crash when set Patterns property in pie serier

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

Crash when set Patterns property in pie serier

Post by nikitenko@dataart.com » Mon Jun 05, 2006 10:18 am

Hello All,

unpleasant crash with "patterns" property (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier
3) fill that serier with sample values
pie1.FillSampleValues();
pie1.Pen.Visible = false;

4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) set Series->Format
try to check Series->Format->Patterns

Crash appears :(

May be I should set othes settings somehow ? or any ideas?

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 9:03 am

Hello,

Thanks for reporting. I could reproduce the problem here and added it (TF02011461) to our defect list to be fixed for future releases.
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