Page 1 of 1

Uncorrect Point Color!

Posted: Fri Apr 28, 2006 10:44 am
by 9640256
When i swith teechar.dll from 1.1 to 2.0, As with same code, the points series'Color has appears uncorrectly .
For example:
points.Add(10, 10);
points[0].Color = Color.Blue;
this.tChart1.Series.Add(points);
In version 1.1, the color of this point is blue , it's ok.
but in version 2.0, it's show red?
Please help me to solve this problem.

Posted: Fri Apr 28, 2006 2:56 pm
by narcis
Hi cp,

Thanks for reporting. I could reproduce the problem here and a fix for it will be included in the next maintenance release which we expect to be out in the upcoming days.

Posted: Sat Apr 29, 2006 1:33 am
by 9640256
3ks for yr support, please release it asap