Bug in ChartImage.cs
Posted: Fri Jul 02, 2004 3:19 pm
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
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