FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / Fill Property


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