Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowAreaSeries Class / AreaFills Property


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