Breaking Chart Lines when the Y-Value is Null
To break the chart lines when the Y-Value is null, use the following code:
• Visual Basic
dataSeries.Display = SeriesDisplay.ShowNaNGap
• C#
dataSeries.Display = SeriesDisplay.ShowNaNGap;