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



In This Topic
    InterpolateNulls Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property InterpolateNulls As Boolean
    'Usage
     
    
    Dim instance As ChartOptions
    Dim value As Boolean
     
    instance.InterpolateNulls = value
     
    value = instance.InterpolateNulls
    public bool InterpolateNulls {get; set;}
    public:
    property bool InterpolateNulls {
       bool get();
       void set (    bool value);
    }
    See Also