ComponentOne FinancialChart for WPF
ShowOverflowBin Property (IRangedHistogramSeries)



C1.Chart Namespace > IRangedHistogramSeries Interface : ShowOverflowBin Property
Syntax
'Declaration
 
Property ShowOverflowBin As Boolean
'Usage
 
Dim instance As IRangedHistogramSeries
Dim value As Boolean
 
instance.ShowOverflowBin = value
 
value = instance.ShowOverflowBin
bool ShowOverflowBin {get; set;}
property bool ShowOverflowBin {
   bool get();
   void set (    bool value);
}
See Also

Reference

IRangedHistogramSeries Interface
IRangedHistogramSeries Members