FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarLineSeries Class / LineFill Property


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