I have a DLL that creates line charts using the MSChart Control. I'm giving it the uptime for a couple resources that are being monitored. If one resource isn't monitored on a given day, then I leave that value null. The chart assumes 0, which is misleading. Is there a way I can create broken lines on the chart? Incase I give it a null value it will plot every other value but that one?