ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRangedHistogramSeries Interface / ShowOverflowBin Property



In This Topic
    ShowOverflowBin Property (IRangedHistogramSeries)
    In This Topic
    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