Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AreaSeries Class / AreaFill Property


In This Topic
    AreaFill Property (AreaSeries)
    In This Topic
    Gets or sets the area fill for the series.
    Syntax
    'Declaration
     
    
    Public Property AreaFill As Fill
    'Usage
     
    
    Dim instance As AreaSeries
    Dim value As Fill
     
    instance.AreaFill = value
     
    value = instance.AreaFill
    public Fill AreaFill {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the area fill is unset for the series.
    See Also