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


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