Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / RangedHistogram Class / UnderflowBin Property

In This Topic
    UnderflowBin Property
    In This Topic
    Gets or sets a value to create a bin for all values below or equal to it.
    Syntax
    'Declaration
     
    
    Public Property UnderflowBin As Double
    public double UnderflowBin {get; set;}
    See Also