Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / OpenHighLowCloseSeries Class / UpLines Property


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