This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi Jason, I am making a scatter chart and find that when I have a missing (NaN) value in the y-series then in ScatterSeries.cs, BuildChartCore makes a call to GetChartSymbol which can return null in the case of a NaN y-value, but no check for a null symbol is made so the null is passed to PrepareDataPoint resulting in a null reference exception. When I put a null check in it seems to works fine. Thanks Peter |
|
|
Hello Peter The missing data points feature is relatively new and hasn't been implemented in all the different data series yet. The next nightly build will have missing data point supported by Scatter series. Jason Fauchelle |
|
|
Hi Jason, I confirmed that this is now working for me. Thanks! Peter |
|