Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / BinOption Class / UnderFlowValue Property
Example


In This Topic
    UnderFlowValue Property
    In This Topic
    Gets or sets the underflow bin value.
    Syntax
    'Declaration
     
    
    Public Property UnderFlowValue As Double
    'Usage
     
    
    Dim instance As BinOption
    Dim value As Double
     
    instance.UnderFlowValue = value
     
    value = instance.UnderFlowValue
    public double UnderFlowValue {get; set;}
    Example
    This example creates a bin for smaller values.
    See Also