ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Double
    public System.double UnderflowBin {get; set;}
    See Also