Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / WaterfallSeries Class / Fills Property


In This Topic
Fills Property (WaterfallSeries)
In This Topic
Gets or sets the collection of bar fills for the series.
Syntax
'Declaration
 
Public ReadOnly Property Fills As FillCollection
 
'Usage
 
Dim instance As WaterfallSeries
Dim value As FillCollection
 
value = instance.Fills
See Also