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


In This Topic
    LineFills Property (XYLineSeries)
    In This Topic
    Gets the collection of line fills for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineFills As FillCollection
    'Usage
     
    
    Dim instance As XYLineSeries
    Dim value As FillCollection
     
    value = instance.LineFills
    public FillCollection LineFills {get;}
    See Also