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