Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class / NegativeFills Property


In This Topic
NegativeFills Property
In This Topic
Gets the collection of negative fills for the series.
Syntax
'Declaration
 
Public ReadOnly Property NegativeFills As FillCollection
 
'Usage
 
Dim instance As XYBubbleSeries
Dim value As FillCollection
 
value = instance.NegativeFills
See Also