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


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