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


In This Topic
    NegativeBorders Property
    In This Topic
    Gets the collection of negative borders for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NegativeBorders As LineCollection
    'Usage
     
    
    Dim instance As XYBubbleSeries
    Dim value As LineCollection
     
    value = instance.NegativeBorders
    public LineCollection NegativeBorders {get;}
    See Also