Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / IRangedHistogramSeries Interface / ShowUnderflowBin Property


In This Topic
    ShowUnderflowBin Property
    In This Topic
    Syntax
    'Declaration
     
    
    Property ShowUnderflowBin As Boolean
    'Usage
     
    
    Dim instance As IRangedHistogramSeries
    Dim value As Boolean
     
    instance.ShowUnderflowBin = value
     
    value = instance.ShowUnderflowBin
    bool ShowUnderflowBin {get; set;}
    See Also