Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowBarSeries Class / BarFills Property


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