ComponentOne FinancialChart for WPF
ShowUnderflowBin Property (RangedHistogram)



C1.WPF.Chart Namespace > RangedHistogram Class : ShowUnderflowBin Property
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

Reference

RangedHistogram Class
RangedHistogram Members