Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
Trailing line issue
posted

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.