Spread Windows Forms 15.0
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
    public Fill Fill {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the fill is unset for the surface.
    See Also