Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CandlestickSeries Class / UpBorders Property


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