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


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