Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
chrism
Posted - 26 Apr 2013 : 11:34:16 I am getting a stack overflow exception (An unhandled exception of type 'System.StackOverflowException' occurred in QCChart2DNet.dll) when attempting to build a pareto chart where all values are zero. If there are non-zero values the chart builds correctly.
I will handle this case in my code before I attempt to BuildChart, but just wanted to put it out there in case anyone else gets this.
Thanks, Chris
1 L A T E S T R E P L I E S (Newest First)
quinncurtis
Posted - 26 Apr 2013 : 11:45:21 The Pareto Chart by definition has to divide each value by the sum of all values in order to produce the cumulative percent value. So if you feed it invalid data (sum of all values equals 0) the results create a divide by 0 down the line.