Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BinOption Class / AutoUnderFlow Property


In This Topic
    AutoUnderFlow Property (BinOption)
    In This Topic
    Gets or sets whether automatic underflow is used.
    Syntax
    'Declaration
     
    
    Public Property AutoUnderFlow As Boolean
    'Usage
     
    
    Dim instance As BinOption
    Dim value As Boolean
     
    instance.AutoUnderFlow = value
     
    value = instance.AutoUnderFlow
    public bool AutoUnderFlow {get; set;}
    See Also