Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class / NegativeVisible Property


In This Topic
    NegativeVisible Property
    In This Topic
    Gets or sets whether bubbles with negative size are visible.
    Syntax
    'Declaration
     
    
    Public Property NegativeVisible As Boolean
    'Usage
     
    
    Dim instance As XYBubbleSeries
    Dim value As Boolean
     
    instance.NegativeVisible = value
     
    value = instance.NegativeVisible
    public bool NegativeVisible {get; set;}
    See Also