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


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