Menu

#29 Chart box with no data

open
nobody
DaReport (18)
5
2006-08-24
2006-08-24
didoudeux
No

Let's give an empty chart serie to daReport.
When daReport compute the range of the serie
(ChartBox.cs : resolveRange) it does this :
maxValue = Math.Max(maxValue,tmp[tmp.Length-1]);
And this launch an exception because tmp.Length-1 is -1

Discussion


Log in to post a comment.

MongoDB Logo MongoDB