Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CandlestickSeries Class / DownBorders Property


In This Topic
    DownBorders Property
    In This Topic
    Gets the collection of down borders for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DownBorders As LineCollection
    'Usage
     
    
    Dim instance As CandlestickSeries
    Dim value As LineCollection
     
    value = instance.DownBorders
    public LineCollection DownBorders {get;}
    See Also