ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartOptions Class / InterpolateNulls Property

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