Kendo.Mvc.UI.ChartLineMissingValues
Defines the behavior for handling missing values in line series.
Fields
Interpolate
The value is interpolated from neighboring points.
Zero
The value is assumed to be zero.
Gap
The line stops before the missing point and continues after it.