Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarLineSeries Class / PointFills Property


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