Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowCloseSeries Class / Lines Property


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