ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / RangedHistogram Class / OverflowBin Property

In This Topic
    OverflowBin Property (RangedHistogram)
    In This Topic
    Gets or sets a value to create a bin for all values above it.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RangedHistogram.OverflowBin", "Gets or sets a value to create a bin for all values above it.")>
    Public Property OverflowBin As Double
    [C1Description("RangedHistogram.OverflowBin", "Gets or sets a value to create a bin for all values above it.")]
    public double OverflowBin {get; set;}
    See Also