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


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