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


In This Topic
    BinsUnderflowEnabled Property
    In This Topic
    Specifies whether a bin for values below the BinsUnderflowValue property is enabled.
    Syntax
    'Declaration
     
    Property BinsUnderflowEnabled As Boolean
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.BinsUnderflowEnabled = value
     
    value = instance.BinsUnderflowEnabled
    bool BinsUnderflowEnabled {get; set;}
    See Also