This question is very similar: How to miss points in a zedgraph line graph in c.
I am pulling data from SQL and plotting it using ZedGraph, but I am using nullable types (int?
, float?
etc.) and would like to create gaps in the plot wherever a null value exists.
Is there a way to have ZedGraph handle these null values, or do I need to convert them all to double.NaN
?