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


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