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


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