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


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