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


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