Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CandlestickSeries Class / LowValues Property


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
See Also