Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Scatter Class / fShowNegBubbles Property


In This Topic
    fShowNegBubbles Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fShowNegBubbles As Byte
    'Usage
     
    
    Dim instance As Scatter
    Dim value As Byte
     
    instance.fShowNegBubbles = value
     
    value = instance.fShowNegBubbles
    public byte fShowNegBubbles {get; set;}
    See Also