Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LineSeries Class / LineFills Property


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