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


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