Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / OpenHighLowCloseSeries Class / LowValues Property


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