ComponentOne FinancialChart for WPF
UnderflowBin Property (RangedHistogram)



C1.WPF.Chart Namespace > RangedHistogram Class : UnderflowBin Property
Gets or sets a value to create a bin for all values below or equal to it.
Syntax
'Declaration
 
Public Property UnderflowBin As Double
'Usage
 
Dim instance As RangedHistogram
Dim value As Double
 
instance.UnderflowBin = value
 
value = instance.UnderflowBin
public double UnderflowBin {get; set;}
public:
property double UnderflowBin {
   double get();
   void set (    double value);
}
See Also

Reference

RangedHistogram Class
RangedHistogram Members