I had to recompile an application that I had not touched for a while, a found that TListChartSource.AddNull now raises an exception that never happened in the past. This is on Windows 8.1
I replaced TChartSeries.AddNull('') with TChartSeries.ListSource.Add(iPos, SafeNan) - which is what AddNuill does but with an actual value for the X-axis. IOW Add(SafeNan, SafeNan) raises an exception but giving an x-axis value does not.
Have you seen this before? And should I file a bug report?