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


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