Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BinOption Class / OverFlowValue Property


In This Topic
    OverFlowValue Property (BinOption)
    In This Topic
    Gets or sets the overflow bin value.
    Syntax
    'Declaration
     
    
    Public Property OverFlowValue As Double
    'Usage
     
    
    Dim instance As BinOption
    Dim value As Double
     
    instance.OverFlowValue = value
     
    value = instance.OverFlowValue
    public double OverFlowValue {get; set;}
    See Also