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 have noticed that in StackedAreaSeries.PlotDataPoint a point.X or point.Y value equal to double.NaN will result in GetChartSymbol returning a null symbol, which causes an unhandled exception further down when Canvas.SetZIndex is called. Peter |
|
|
Hi Peter, NaN values are for indicating missing data points, which is a feature that our stacked series don't support unfortunately. By putting a null check around that line, the application can run, but no chart gets displayed so there will be further issues. You'll need to remove/substitute any NaN values for the stacked charts to plot the data. -Jason Fauchelle |
|