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



In This Topic
    ShowUnderflowBin Property (IRangedHistogramSeries)
    In This Topic
    Syntax
    'Declaration
     
    
    Property ShowUnderflowBin As Boolean
    'Usage
     
    
    Dim instance As IRangedHistogramSeries
    Dim value As Boolean
     
    instance.ShowUnderflowBin = value
     
    value = instance.ShowUnderflowBin
    bool ShowUnderflowBin {get; set;}
    property bool ShowUnderflowBin {
       bool get();
       void set (    bool value);
    }
    See Also