Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarAreaSeries Class / AreaBorder Property


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