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

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