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


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