New to Telerik UI for BlazorStart a free 30-day trial

Specifies the behavior for handling missing values in the series.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
[JsonConverter(typeof(ChartJsonStringEnumConverter))]
public enum ChartSeriesMissingValues

Fields

The line stops before the missing point and continues after it.

C#
[EnumMember(Value = "gap")]
Gap = 0

The value is interpolated from neighboring points.

C#
[EnumMember(Value = "interpolate")]
Interpolate = 1

The value is assumed to be zero.

C#
[EnumMember(Value = "zero")]
Zero = 2
In this article
DefinitionFieldsGapInterpolateZero
Not finding the help you need?
Contact Support