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


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