ComponentOne FinancialChart for WPF
ShowOverflowBin Property (RangedHistogram)



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

Reference

RangedHistogram Class
RangedHistogram Members