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


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