Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / LineFill Property


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