InterpolateNulls Property (ChartOptions)
In This Topic
Gets or sets a value indicating how to interpret missing values.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("ChartOptions.InterpolateNulls", "Gets or sets a value indicating how to interpret missing values.")>
Public Property InterpolateNulls As Boolean
[DefaultValue(false)]
[C1Description("ChartOptions.InterpolateNulls", "Gets or sets a value indicating how to interpret missing values.")]
public bool InterpolateNulls {get; set;}
See Also