I need the ability to not draw a line between certain points in a line series. For example, say you had the following points:
1, 10
2, 20
3, 50
4, 30
5, 10
If the Y scale only went to 40, then there would be a break between points 2 and 4 above. In other words you would have a line connecting 1 and 2 and another line connecting 4 and 5, but nothing in between.
If I simply delete point 3, I end up with a line from 2 to 4 which isn't what I'm looking for.
Thank you.
Hi,
Try setting the value of that point to double.NaN, and if the series type you are using has the UnknownValuePlotting property set it to DontPlot.
Hope this helps!
-Graham
This helps. But sometimes after zooming and scrolling I get this snark.
At the beginning:
After zooming and scrolling (a snark):
How can I avoid this?
hi,
Your images aren't showing and I'm uncertain what you mean by snark. Could you clarify? Is there a way you can provide a sample project that reproduces the issue?
I am unable to see your images. Could you try sharing them again?
I loaded these images!
Sometimes after zooming and scrolling I get this snark.
Truly yours Mikhail