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


In This Topic
    OverFlowValue Property
    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;}
    Example
    This example creates an overflow bin.
    See Also