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

In This Topic
    UnderflowBin Property (RangedHistogram)
    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