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)
ColorEach WPF TChart bug
Re: ColorEach WPF TChart bug
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!
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
Hi neurosoft,
I've reproduced the problem and added it to the defect list to be fixed in future releases (TF02014863).
I've reproduced the problem and added it to the defect list to be fixed in future releases (TF02014863).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: ColorEach WPF TChart bug
Hi!
We have new release from 18th June 2010, Build 4.0.2010.27963, but this bug is not fixed! Why?
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
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).
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |