Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowBarSeries Class / LowValues Property


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