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


In This Topic
PointFill Property (LineSeries)
In This Topic
Gets or sets the point fill for the series.
Syntax
'Declaration
 
Public Overridable Property PointFill As Fill
 
'Usage
 
Dim instance As LineSeries
Dim value As Fill
 
instance.PointFill = value
 
value = instance.PointFill
Remarks
Value of null (Nothing in VB) indicates that the point fill is unset for the series.
See Also