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