ColorEach WPF TChart bug

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
neurosoft
Newbie
Newbie
Posts: 35
Joined: Thu May 06, 2010 12:00 am

ColorEach WPF TChart bug

Post by neurosoft » Thu May 06, 2010 2:10 pm

Hello!

If I am using Points series in WPF TChart and try to assign ColorEach=true I get an Exception in version 4.0.2010.13053. In previous versions it worked Ok.

InnerException: System.NullReferenceException
Message=Object reference not set to an instance of an object.
Source=TeeChart.WPF
StackTrace:
at Steema.TeeChart.WPF.Styles.Points.SetColorEach(Boolean value)
at Steema.TeeChart.WPF.Styles.Series.set_ColorEach(Boolean value)

neurosoft
Newbie
Newbie
Posts: 35
Joined: Thu May 06, 2010 12:00 am

Re: ColorEach WPF TChart bug

Post by neurosoft » Fri May 07, 2010 5:03 am

A little addition for ColorEach WPF TChart bug

If I type

Points points = new Points(tChart1.Chart);
points.ColorEach = true;

all works Ok, but if I type

Points points = new Points();
points.ColorEach = true;

I get program crash!

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: ColorEach WPF TChart bug

Post by Yeray » Fri May 07, 2010 9:57 am

Hi neurosoft,

I've reproduced the problem and added it to the defect list to be fixed in future releases (TF02014863).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

neurosoft
Newbie
Newbie
Posts: 35
Joined: Thu May 06, 2010 12:00 am

Re: ColorEach WPF TChart bug

Post by neurosoft » Wed Jun 23, 2010 9:13 am

Hi!

We have new release from 18th June 2010, Build 4.0.2010.27963, but this bug is not fixed! Why?

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: ColorEach WPF TChart bug

Post by Yeray » Wed Jun 23, 2010 9:28 am

Hi neurosoft,

As you'll understand, we can't promise to fix or implement every suggestion. We have to evaluate the severity of the problem, the pros and contras of the implementation,...
I've incremented the ticket priority (TF02014863).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply