Page 1 of 1

ColorEach WPF TChart bug

Posted: Thu May 06, 2010 2:10 pm
by 15656109
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)

Re: ColorEach WPF TChart bug

Posted: Fri May 07, 2010 5:03 am
by 15656109
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!

Re: ColorEach WPF TChart bug

Posted: Fri May 07, 2010 9:57 am
by yeray
Hi neurosoft,

I've reproduced the problem and added it to the defect list to be fixed in future releases (TF02014863).

Re: ColorEach WPF TChart bug

Posted: Wed Jun 23, 2010 9:13 am
by 15656109
Hi!

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

Re: ColorEach WPF TChart bug

Posted: Wed Jun 23, 2010 9:28 am
by yeray
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).