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

In This Topic
    ShowOverflowBin Property (RangedHistogram)
    In This Topic
    Gets or sets whether the histogram shows the overflow bin.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RangedHistogram.ShowOverflowBin", "Gets or sets whether the histogram shows the overflow bin.")>
    Public Property ShowOverflowBin As Boolean
    [C1Description("RangedHistogram.ShowOverflowBin", "Gets or sets whether the histogram shows the overflow bin.")]
    public bool ShowOverflowBin {get; set;}
    See Also