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
Log in to post a comment.