EnumChartSeriesMissingValues
Enum
Specifies the behavior for handling missing values in the series.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
[JsonConverter(typeof(ChartJsonStringEnumConverter))]
public enum ChartSeriesMissingValues
Fields
Gap
The line stops before the missing point and continues after it.
Declaration
cs-api-definition
[EnumMember(Value = "gap")]
Gap = 0
Field Value
Interpolate
The value is interpolated from neighboring points.
Declaration
cs-api-definition
[EnumMember(Value = "interpolate")]
Interpolate = 1
Field Value
Zero
The value is assumed to be zero.
Declaration
cs-api-definition
[EnumMember(Value = "zero")]
Zero = 2
Field Value