Spread Windows Forms 12.0 Product Documentation
PositiveFill Property


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

Reference

XYBubbleSeries Class
XYBubbleSeries Members