Uncorrect Point Color!
Posted: Fri Apr 28, 2006 10:44 am
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.
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.