The Telerik Chart for ASP.NET MVC supports missing (null) values in the source data. The exact behavior depends on the chart type:
Bar and Column
Missing values are skipped.
Line
Missing values can be skipped, interpolated or treated as zero.
Stacked Line
Missing values are always treated as zero.