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
Bug in ChartImage.cs
Hi, Lancer.
True, the Height in original code was too big. Thanks for the fix. It will be included in next maintenance release.
True, the Height in original code was too big. Thanks for the fix. It will be included in next maintenance release.
Marjan Slatinek,
http://www.steema.com
http://www.steema.com