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


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