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.
It should be reproducible by doing a
Me.AddCategoryItem(0, "Category 1") Me.AddCategoryItem(0, "Category 2")
and then attempting to build the chart.
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 |