FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPointSeries Class / PointFills Property


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