Spread Windows Forms 12.0 Product Documentation
NegativeFill Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYBubbleSeries Class : NegativeFill Property
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

Reference

XYBubbleSeries Class
XYBubbleSeries Members