Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.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;}
    See Also