Page 1 of 1

Bug in ChartImage.cs

Posted: Fri Jul 02, 2004 3:19 pm
by 8119814
I think there is a bug in the current version of TeeChart.net:

In ChartImage.cs, line 75:

r.Height=GetVertAxis.CalcYPosValue(GetVertAxis.Minimum);

should read

r.Height=GetVertAxis.CalcYPosValue(GetVertAxis.Minimum)-r.Y;

This means that a chartimage is not quite in the right position when not associated with a series.

regards,
Richard Stratford

Posted: Mon Jul 05, 2004 3:58 pm
by Marjan
Hi, Lancer.

True, the Height in original code was too big. Thanks for the fix. It will be included in next maintenance release.