Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / OpenHighLowCloseSeries Class / DownLines Property


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