Hi,
My data for the following graph is as follows:
{"July 05" : 73}, {"July 09" : 85} and the rest of the dates are Double.NaN
I have also set the following enum to lineSeries to plot for unknown values.
lineSeries.setUnknownValuePlotting(UnknownValuePlotting.LINEARINTERPOLATE);
What is the reason that I am having the trailing line after July 09 data point. (as marked with red arrow)? Is there any other flag that I should set to line series? I would expect the line to just end at point {"July 09" : 85}.
Thanks.
Hello Elton,
I have logged this behavior in our tracking system with ID 176069 and the following case was created for you: CAS-140358-P8G9J5. The next step will be for a developer to review my investigation and confirm my findings or to offer a fix, or other resolution. Please note that as this controls are CTP version the fix will be included in the Service Release.
After reviewing this matter our development team stated that when the UnkownValuePlotting is set to ‘LinearInterpolate’ the line will continue to the next point that is not null. When there is no next point, as in this case, it will continue to the end of the area. If you would like to change that behavior, you can set the property to ‘DontPlot’.Please feel free to let me know if you have any other questions on the matter.