Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / BinsUnderflowValue Property


In This Topic
    BinsUnderflowValue Property
    In This Topic
    If a BinsUnderflowEnabled property is True, specifies the value below which an underflow bin is displayed.
    Syntax
    'Declaration
     
    Property BinsUnderflowValue As Double
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Double
     
    instance.BinsUnderflowValue = value
     
    value = instance.BinsUnderflowValue
    double BinsUnderflowValue {get; set;}
    See Also