Spread WinForms 15
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
Remarks
Value of null (Nothing in VB) indicates that the positive fill is unset for the series.
See Also