I am creating a simple 3-point line chart in C#, which displays perfectly, unless I set one of the data values to double.PositiveInfinity. Then the chart hangs indefinitely trying to plot, using maximum CPU. Is this a known issue? Yes, it is stupid to deliberatly pass infinity to the chart, but it could happen in real life.
Thanks, Kevin