Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowAreaSeries Class / AreaBorders Property


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