Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HighLowCloseSeries Class / LowValues Property
Example


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;}
    Example
    This example sets the LowValues property.
    See Also