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


In This Topic
    NegativeFill Property
    In This Topic
    Gets or sets the negative fill for the series.
    Syntax
    'Declaration
     
    
    Public Property NegativeFill As Fill
    'Usage
     
    
    Dim instance As XYBubbleSeries
    Dim value As Fill
     
    instance.NegativeFill = value
     
    value = instance.NegativeFill
    public Fill NegativeFill {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the negative fill is unset for the series.
    See Also