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


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