Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / OpenHighLowCloseSeries Class / HighValues Property


In This Topic
HighValues Property (OpenHighLowCloseSeries)
In This Topic
Gets the collection of high values for the series.
Syntax
'Declaration
 
Public ReadOnly Property HighValues As DoubleCollection
 
'Usage
 
Dim instance As OpenHighLowCloseSeries
Dim value As DoubleCollection
 
value = instance.HighValues
See Also