ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("RangedHistogram.UnderflowBin", "Gets or sets a value to create a bin for all values below or equal to it.")>
    Public Property UnderflowBin As Double
    [C1Description("RangedHistogram.UnderflowBin", "Gets or sets a value to create a bin for all values below or equal to it.")]
    public double UnderflowBin {get; set;}
    See Also