ComponentOne FinancialChart for WPF
C1.WPF.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
     
    
    Public Property ShowUnderflowBin As Boolean
    'Usage
     
    
    Dim instance As RangedHistogram
    Dim value As Boolean
     
    instance.ShowUnderflowBin = value
     
    value = instance.ShowUnderflowBin
    public bool ShowUnderflowBin {get; set;}
    public:
    property bool ShowUnderflowBin {
       bool get();
       void set (    bool value);
    }
    See Also